]> git.baikalelectronics.ru Git - kernel.git/commit
powerpc/4xx: Index interrupt stacks by physical cpu
authorDave Kleikamp <shaggy@linux.vnet.ibm.com>
Wed, 18 Aug 2010 06:44:25 +0000 (06:44 +0000)
committerJosh Boyer <jwboyer@linux.vnet.ibm.com>
Mon, 23 Aug 2010 11:37:53 +0000 (07:37 -0400)
commitd640375f9f2c53b8420e3c6e0fea64a2788d7ea9
tree4f7f0461d2486bf2e48b633ea060be6660fb11b2
parent7c7898e9cfe5e8be0d9c32afcbe564f7fc0b2702
powerpc/4xx: Index interrupt stacks by physical cpu

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 <shaggy@linux.vnet.ibm.com>
Signed-off-by: Josh Boyer <jwboyer@linux.vnet.ibm.com>
arch/powerpc/kernel/irq.c
arch/powerpc/kernel/setup_32.c