ARM: Dump memory and backtrace as one printk per line
authorRussell King <rmk+kernel@arm.linux.org.uk>
Sun, 11 Oct 2009 14:03:11 +0000 (15:03 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Sun, 11 Oct 2009 14:03:11 +0000 (15:03 +0100)
commitd191fe093f4494e0220f11f4ef2068b9581357b5
treeea9e163e49ad925295c2a8061e69fc33bde3c2c6
parentebd00c08e28a0ab4dcb715d222214625fff6d62a
ARM: Dump memory and backtrace as one printk per line

dump_mem and dump_backtrace were both using multiple printk statements
to print each line.  With DEBUG_LL enabled, this causes OOPS to become
very difficult to read.  Solve this by only using one printk per line.

Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
arch/arm/kernel/traps.c