git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1267643
)
powerpc: Fix xmon dl command for new printk implementation
author
Michael Ellerman
<michael@ellerman.id.au>
Thu, 23 Aug 2012 22:09:12 +0000
(22:09 +0000)
committer
Benjamin Herrenschmidt
<benh@kernel.crashing.org>
Fri, 24 Aug 2012 10:26:03 +0000
(20:26 +1000)
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>
No differences found