mirror of
https://github.com/fail0verflow/switch-coreboot.git
synced 2025-05-04 01:39:18 -04:00
fixed smp including extra line
This commit is contained in:
parent
fe551417ed
commit
0e9e6dd5cc
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue