Re: [PATCH] powerpc: Add irqtrace support for 32-bit powerpc (v2)

2009-06-19 Thread Kumar Gala
On Jun 17, 2009, at 10:43 PM, Benjamin Herrenschmidt wrote: Based on initial work from: Dale Farnsworth d...@farnsworth.org Add the low level irq tracing hooks for 32-bit powerpc needed to enable full lockdep functionality. The approach taken to deal with the code in entry_32.S is that we

Re: [PATCH] powerpc: Add irqtrace support for 32-bit powerpc (v2)

2009-06-18 Thread Benjamin Herrenschmidt
On Thu, 2009-06-18 at 13:43 +1000, Benjamin Herrenschmidt wrote: Index: linux-work/arch/powerpc/kernel/udbg.c === --- linux-work.orig/arch/powerpc/kernel/udbg.c 2009-06-18 13:21:29.0 +1000 +++

[PATCH] powerpc: Add irqtrace support for 32-bit powerpc (v2)

2009-06-17 Thread Benjamin Herrenschmidt
Based on initial work from: Dale Farnsworth d...@farnsworth.org Add the low level irq tracing hooks for 32-bit powerpc needed to enable full lockdep functionality. The approach taken to deal with the code in entry_32.S is that we don't trace all the transitions of MSR:EE when we just turn it off