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)
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>

No differences found