aboutsummaryrefslogtreecommitdiff
path: root/arch/powerpc/kernel/stacktrace.c
AgeCommit message (Collapse)AuthorFilesLines
2008-04-24[POWERPC] Fix new warnings arising from stacktrace patchChristoph Hellwig1-1/+0
Remove the inclusion of asm-offsets.h from stacktrace.c. It isn't supposed to be included in C code and it causes problems with multiple definitions of things. Signed-off-by: Christoph Hellwig <[email protected]> Signed-off-by: Paul Mackerras <[email protected]>
2008-04-18[POWERPC] Stacktrace support for lockdepChristoph Hellwig1-0/+47
This adds stacktrace support for powerpc, which will be needed for lockdep. Signed-off-by: Christoph Hellwig <[email protected]> Signed-off-by: Benjamin Herrenschmidt <[email protected]> Signed-off-by: Paul Mackerras <[email protected]>