commit | d191fe093f4494e0220f11f4ef2068b9581357b5 | [log] [tgz] |
---|---|---|
author | Russell King <rmk+kernel@arm.linux.org.uk> | Sun Oct 11 15:03:11 2009 +0100 |
committer | Russell King <rmk+kernel@arm.linux.org.uk> | Sun Oct 11 15:03:11 2009 +0100 |
tree | ea9e163e49ad925295c2a8061e69fc33bde3c2c6 | |
parent | ebd00c08e28a0ab4dcb715d222214625fff6d62a [diff] |
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>