Commit 8b608d2f authored by H. Peter Anvin's avatar H. Peter Anvin

[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: default avatarH. Peter Anvin <hpa@zytor.com>
parent 8218d029
...@@ -280,4 +280,4 @@ die: ...@@ -280,4 +280,4 @@ die:
.section ".initdata", "a" .section ".initdata", "a"
setup_corrupt: setup_corrupt:
.byte 7 .byte 7
.string "No setup signature found..." .string "No setup signature found...\n"
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment