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

-gerrit

commit 426e9a32189f52b8abf03400a0a7872ef58797af
Author: Stefan Reinauer <[email protected]>
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 <[email protected]>
---
 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 */
 

-- 
coreboot mailing list: [email protected]
http://www.coreboot.org/mailman/listinfo/coreboot

Reply via email to