1
0
Fork 0

[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>
hifive-unleashed-5.1
Paul Bolle 2007-09-10 23:39:02 +02:00 committed by H. Peter Anvin
parent 91c4b8cb5a
commit bbc15f46fe
1 changed files with 1 additions and 1 deletions

View File

@ -275,7 +275,7 @@ die:
hlt
jmp die
.size die, .-due
.size die, .-die
.section ".initdata", "a"
setup_corrupt: