diff options
author | Paul Bolle <pebolle@tiscali.nl> | 2007-09-10 23:39:02 +0200 |
---|---|---|
committer | H. Peter Anvin <hpa@zytor.com> | 2007-09-20 11:06:59 -0700 |
commit | bbc15f46fe4dc2862325e2b4ba474a854162e1a1 (patch) | |
tree | d20bf0c6106e0dceb278c46d88f388ae08cc0106 /arch | |
parent | 91c4b8cb5ab8cc3e8352739e35699c0487a6b6f3 (diff) |
[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>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/i386/boot/header.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/i386/boot/header.S b/arch/i386/boot/header.S index 7f4a2c53bd76..f3140e596d40 100644 --- a/arch/i386/boot/header.S +++ b/arch/i386/boot/header.S @@ -275,7 +275,7 @@ die: hlt jmp die - .size die, .-due + .size die, .-die .section ".initdata", "a" setup_corrupt: |