aboutsummaryrefslogtreecommitdiff
path: root/arch/sh/include/asm/stacktrace.h
AgeCommit message (Collapse)AuthorFilesLines
2011-05-23sh: remove warning and warning_symbol from struct stacktrace_opsRichard Weinberger1-3/+0
Both warning and warning_symbol are nowhere used. Let's get rid of them. Signed-off-by: Richard Weinberger <[email protected]> Signed-off-by: Paul Mundt <[email protected]>
2009-08-13sh: Use the generalized stacktrace opsMatt Fleming1-0/+25
Copy the stacktrace ops code from x86 and provide a central function for use by functions that need to dump a callstack. Signed-off-by: Matt Fleming <[email protected]> Signed-off-by: Paul Mundt <[email protected]>