Commit bbc15f46 authored by Paul Bolle's avatar Paul Bolle Committed by H. Peter Anvin

[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: default avatarPaul Bolle <pebolle@tiscali.nl>
Signed-off-by: default avatarH. Peter Anvin <hpa@zytor.com>
parent 91c4b8cb
......@@ -275,7 +275,7 @@ die:
hlt
jmp die
.size die, .-due
.size die, .-die
.section ".initdata", "a"
setup_corrupt:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment