[POWERPC] irqtrace support for 64-bit powerpc
authorBenjamin Herrenschmidt <benh@kernel.crashing.org>
Thu, 17 Apr 2008 04:35:01 +0000 (14:35 +1000)
committerPaul Mackerras <paulus@samba.org>
Fri, 18 Apr 2008 05:38:47 +0000 (15:38 +1000)
This adds the low level irq tracing hooks to the powerpc architecture
needed to enable full lockdep functionality.

This is partly based on Johannes Berg's initial version.  I removed
the asm trampoline that isn't needed (thus improving performance) and
modified all sorts of bits and pieces, reworking most of the assembly,
etc...

Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Signed-off-by: Paul Mackerras <paulus@samba.org>

No differences found