From: Michael Ellerman Date: Thu, 23 Aug 2012 22:09:12 +0000 (+0000) Subject: powerpc: Fix xmon dl command for new printk implementation X-Git-Tag: v3.6-rc4~13^2~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ca5dd3954a62dc14c2afff1c34b3b5d8dc74f777;p=pandora-kernel.git powerpc: Fix xmon dl command for new printk implementation Since the printk internals were reworked the xmon 'dl' command which dumps the content of __log_buf has stopped working. It is now a structured buffer, so just dumping it doesn't really work. Use the helpers added for kgdb to print out the content. Signed-off-by: Michael Ellerman Signed-off-by: Benjamin Herrenschmidt --- Reading git-diff-tree failed