summaryrefslogtreecommitdiffstats
path: root/arch/sh/lib64/dbg.c
Commit message (Collapse)AuthorAgeFilesLines
* sh64: Kill off old exception debugging helpers.Paul Mundt2012-06-141-248/+0
| | | | | | | | | There's not much here that we can't get at through alternate means (aside from the TLB contents, but that doesn't belong here anyways). Most of this information is already provided by the sh32 routines, which we'll consolidate on next. Signed-off-by: Paul Mundt <lethal@linux-sh.org>
* sh: Kill off unused sh64 debug code.Paul Mundt2009-05-081-48/+0
| | | | | | | None of the print_page() code and associated helpers are presently used by anything in-tree, so just kill it off. Signed-off-by: Paul Mundt <lethal@linux-sh.org>
* sh: Kill off sh64's hand-rolled syscall tracer.Paul Mundt2009-05-081-134/+0
| | | | | | | This is no longer necessary, as there are now sufficient generic alternatives available. Signed-off-by: Paul Mundt <lethal@linux-sh.org>
* sh64: Fix up compile warning in event tracer.Paul Mundt2008-05-081-1/+1
| | | | Signed-off-by: Paul Mundt <lethal@linux-sh.org>
* sh: comment tidying for sh64->sh migration.Paul Mundt2008-01-281-1/+1
| | | | Signed-off-by: Paul Mundt <lethal@linux-sh.org>
* sh: Move arch/sh64/lib to arch/sh/lib64.Paul Mundt2008-01-281-0/+430
Signed-off-by: Paul Mundt <lethal@linux-sh.org>