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

Stefan Reinauer (stefan.reinauer@coreboot.org) gerrit at coreboot.org
Wed Mar 7 20:22:45 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 19d475190af5a6bced0a07bd79b6432e232eef18
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