From: Russell King Date: Sun, 11 Oct 2009 14:03:11 +0000 (+0100) Subject: ARM: Dump memory and backtrace as one printk per line X-Git-Tag: v2.6.32-rc5~36^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d191fe093f4494e0220f11f4ef2068b9581357b5;p=pandora-kernel.git 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 --- Reading git-diff-tree failed