aboutsummaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2007-07-26 19:10:22 -0400
committerH. Peter Anvin <hpa@zytor.com>2007-07-31 16:18:05 -0400
commit8b608d2f5a1b3552363a3161566645a409ff8530 (patch)
treeb9717123f978a7f404b3245a67418d0e4e1cd1f3 /arch
parent8218d029c58b89837a24b4e1362c33d0ba7450b5 (diff)
[x86 setup] Newline after setup signature failure message
End the "No setup signature found..." with a newline (the puts routine will automatically add a carriage return.) Signed-off-by: H. Peter Anvin <hpa@zytor.com>
Diffstat (limited to 'arch')
-rw-r--r--arch/i386/boot/header.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/i386/boot/header.S b/arch/i386/boot/header.S
index 32ce54a03d23..7f4a2c53bd76 100644
--- a/arch/i386/boot/header.S
+++ b/arch/i386/boot/header.S
@@ -280,4 +280,4 @@ die:
280 .section ".initdata", "a" 280 .section ".initdata", "a"
281setup_corrupt: 281setup_corrupt:
282 .byte 7 282 .byte 7
283 .string "No setup signature found..." 283 .string "No setup signature found...\n"