From: Paul Bolle Date: Mon, 10 Sep 2007 21:39:02 +0000 (+0200) Subject: [x86 setup] Fix typo in arch/i386/boot/header.S X-Git-Tag: v2.6.23-rc8~23 X-Git-Url: http://www.pilppa.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=bbc15f46fe4dc2862325e2b4ba474a854162e1a1;p=linux-2.6-omap-h63xx.git [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 Signed-off-by: H. Peter Anvin --- diff --git a/arch/i386/boot/header.S b/arch/i386/boot/header.S index 7f4a2c53bd7..f3140e596d4 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: