Move C labels to start-of-line
[coreboot.git] / src / cpu / x86 / lapic / secondary.S
index e531eed46e34e02c923097b5e81362e708b2ba23..dc00b082e9f571b3af3831f58e273bf138593c17 100644 (file)
@@ -1,7 +1,6 @@
-#include <arch/asm.h>
-#include <arch/intel.h>
 #include <cpu/x86/mtrr.h>
 #include <cpu/x86/lapic_def.h>
+
        .text
        .globl _secondary_start, _secondary_start_end
        .balign 4096
@@ -27,7 +26,7 @@ _secondary_start:
        movl    %eax, %cr0
 
        ljmpl   $0x10, $1f
-1:     
+1:
        .code32
        movw    $0x18, %ax
        movw    %ax, %ds
@@ -48,7 +47,7 @@ _secondary_start:
 1:     hlt
        jmp     1b
 
-       gdtaddr:
+gdtaddr:
        .word   gdt_limit       /* the table limit */
        .long   gdt             /* we know the offset */