From 0e9e6dd5cc5eec87ef151ee9418166805af4cc8f Mon Sep 17 00:00:00 2001 From: Andrew Ip Date: Mon, 28 Oct 2002 07:41:54 +0000 Subject: [PATCH] fixed smp including extra line --- src/arch/i386/lib/c_start.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/arch/i386/lib/c_start.S b/src/arch/i386/lib/c_start.S index 373e2ac4f0..356c5c3a23 100644 --- a/src/arch/i386/lib/c_start.S +++ b/src/arch/i386/lib/c_start.S @@ -59,6 +59,7 @@ _start: movl $STACK_SIZE, %ebx mull %ebx subl %eax, %esp +#endif /* push the boot_complete flag */ pushl %ebp @@ -83,7 +84,6 @@ _start: intel_chip_post_macro(0xee) /* post fe */ hlt jmp .Lhlt -#endif .globl gdt, gdt_end, gdt_limit