Skip to content
Snippets Groups Projects
Commit bbc15f46 authored by Paul Bolle's avatar Paul Bolle Committed by H. Peter Anvin
Browse files

[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
No related branches found
No related tags found
No related merge requests found
......@@ -275,7 +275,7 @@ die:
hlt
jmp die
.size die, .-due
.size die, .-die
.section ".initdata", "a"
setup_corrupt:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment