Move C labels to start-of-line
[coreboot.git] / src / cpu / x86 / lapic / secondary.S
index 5c1e7607e8ff06437cb61313e3898195aecf2fdf..dc00b082e9f571b3af3831f58e273bf138593c17 100644 (file)
@@ -47,7 +47,7 @@ _secondary_start:
 1:     hlt
        jmp     1b
 
-       gdtaddr:
+gdtaddr:
        .word   gdt_limit       /* the table limit */
        .long   gdt             /* we know the offset */