commit | ca5dd3954a62dc14c2afff1c34b3b5d8dc74f777 | [log] [tgz] |
---|---|---|
author | Michael Ellerman <michael@ellerman.id.au> | Thu Aug 23 22:09:12 2012 +0000 |
committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | Fri Aug 24 20:26:03 2012 +1000 |
tree | edce5dae9849df95314a4eab763c769c043c9049 | |
parent | 1267643dc311e860e728dbd09a97c2e0a773bfdb [diff] |
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 <michael@ellerman.id.au> Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>