[coreboot] Patch set updated for coreboot: 91a048d labels should start at the beginning of the line

Stefan Reinauer (stefan.reinauer@coreboot.org) gerrit at coreboot.org
Thu Mar 8 20:03:44 CET 2012


Stefan Reinauer (stefan.reinauer at coreboot.org) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/754

-gerrit

commit 91a048dbf1b57ea6fd7383e837f0972f1a6a609b
Author: Stefan Reinauer <reinauer at chromium.org>
Date:   Thu Nov 17 12:52:30 2011 -0800

    labels should start at the beginning of the line
    
    cosmetical fix
    
    Change-Id: I60d0fa90656f85ecb8acc357fe6518baa773505b
    Signed-off-by: Stefan Reinauer <reinauer at google.com>
---
 src/cpu/x86/lapic/secondary.S |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/cpu/x86/lapic/secondary.S b/src/cpu/x86/lapic/secondary.S
index 5c1e760..dc00b08 100644
--- a/src/cpu/x86/lapic/secondary.S
+++ b/src/cpu/x86/lapic/secondary.S
@@ -47,7 +47,7 @@ _secondary_start:
 1:	hlt
 	jmp	1b
 
-	gdtaddr:
+gdtaddr:
 	.word   gdt_limit	/* the table limit */
 	.long   gdt             /* we know the offset */
 




More information about the coreboot mailing list