diff options
author | Paul Bolle <pebolle@tiscali.nl> | 2007-09-10 17:39:02 -0400 |
---|---|---|
committer | H. Peter Anvin <hpa@zytor.com> | 2007-09-20 14:06:59 -0400 |
commit | bbc15f46fe4dc2862325e2b4ba474a854162e1a1 (patch) | |
tree | d20bf0c6106e0dceb278c46d88f388ae08cc0106 | |
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>
-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: | |||
275 | hlt | 275 | hlt |
276 | jmp die | 276 | jmp die |
277 | 277 | ||
278 | .size die, .-due | 278 | .size die, .-die |
279 | 279 | ||
280 | .section ".initdata", "a" | 280 | .section ".initdata", "a" |
281 | setup_corrupt: | 281 | setup_corrupt: |