Re: [PATCH 3/4] powerpc/4xx: Index interrupt stacks by physical cpu

2010-08-19 Thread Josh Boyer
On Wed, Aug 18, 2010 at 11:44:25AM -0500, Dave Kleikamp wrote: >The interrupt stacks need to be indexed by the physical cpu since the >critical, debug and machine check handlers use the contents of SPRN_PIR to >index the critirq_ctx, dbgirq_ctx, and mcheckirq_ctx arrays. > >Signed-off-by: Dave Klei

[PATCH 3/4] powerpc/4xx: Index interrupt stacks by physical cpu

2010-08-18 Thread Dave Kleikamp
The interrupt stacks need to be indexed by the physical cpu since the critical, debug and machine check handlers use the contents of SPRN_PIR to index the critirq_ctx, dbgirq_ctx, and mcheckirq_ctx arrays. Signed-off-by: Dave Kleikamp --- arch/powerpc/kernel/irq.c | 15 --- ar