提交 6b3c0426 编写于 作者: I Ian Campbell 提交者: Ingo Molnar

x86: unify strings in arch/x86/boot/compressed/misc_??.c

There seems to be a preference for the 64 bit version so use that on 32 bit and
drop the stray leading "."
Signed-off-by: NIan Campbell <ijc@hellion.org.uk>
Cc: H. Peter Anvin <hpa@zytor.com>
Signed-off-by: NIngo Molnar <mingo@elte.hu>
Signed-off-by: NThomas Gleixner <tglx@linutronix.de>
上级 f18c0e79
......@@ -377,8 +377,8 @@ asmlinkage void decompress_kernel(void *rmode, unsigned long end,
#endif
makecrc();
putstr("Uncompressing Linux... ");
putstr("\nDecompressing Linux... ");
gunzip();
putstr("Ok, booting the kernel.\n");
putstr("done.\nBooting the kernel.\n");
return;
}
......@@ -372,7 +372,7 @@ asmlinkage void decompress_kernel(void *rmode, unsigned long heap,
error("Destination address too large");
makecrc();
putstr(".\nDecompressing Linux...");
putstr("\nDecompressing Linux... ");
gunzip();
putstr("done.\nBooting the kernel.\n");
return;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册