summaryrefslogtreecommitdiff
path: root/arch/powerpc/kernel/stacktrace.c (follow)
Commit message (Collapse)AuthorAge
* [POWERPC] Fix new warnings arising from stacktrace patchChristoph Hellwig2008-04-24
| | | | | | | | | 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 <hch@lst.de> Signed-off-by: Paul Mackerras <paulus@samba.org>
* [POWERPC] Stacktrace support for lockdepChristoph Hellwig2008-04-18
This adds stacktrace support for powerpc, which will be needed for lockdep. Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org> Signed-off-by: Paul Mackerras <paulus@samba.org>