x86: Combine printk()s in show_regs_common()
authorJan Beulich <JBeulich@novell.com>
Thu, 17 Feb 2011 15:56:58 +0000 (15:56 +0000)
committerIngo Molnar <mingo@elte.hu>
Fri, 18 Feb 2011 07:52:30 +0000 (08:52 +0100)
commitfd8fa4d3ddc4cc04ec8097e632b995d535c52beb
tree731dddf8e6379b428841c10c58d3add9c47d581a
parentbb3e6251a69e67d7620373ee18e35b404964273e
x86: Combine printk()s in show_regs_common()

Printing a single character alone when there's an immediately
following printk() is pretty pointless (and wasteful).

Signed-off-by: Jan Beulich <jbeulich@novell.com>
LKML-Reference: <4D5D535A0200007800032730@vpn.id2.novell.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/kernel/process.c