mirror of https://gitee.com/openkylin/linux.git
[x86 setup] Fix typo in arch/i386/boot/header.S
There's an obvious typo in arch/i386/boot/header.S (in your linux-2.6-x86setup.git) that I noticed by just studying the code. Signed-off-by: Paul Bolle <pebolle@tiscali.nl> Signed-off-by: H. Peter Anvin <hpa@zytor.com>
This commit is contained in:
parent
91c4b8cb5a
commit
bbc15f46fe
|
@ -275,7 +275,7 @@ die:
|
|||
hlt
|
||||
jmp die
|
||||
|
||||
.size die, .-due
|
||||
.size die, .-die
|
||||
|
||||
.section ".initdata", "a"
|
||||
setup_corrupt:
|
||||
|
|
Loading…
Reference in New Issue