Skip to content
Commit d191fe09 authored by Russell King's avatar Russell King
Browse files

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: default avatarRussell King <rmk+kernel@arm.linux.org.uk>
parent ebd00c08
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