diff options
Diffstat (limited to 'arch/powerpc')
-rw-r--r-- | arch/powerpc/platforms/cell/interrupt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/platforms/cell/interrupt.c b/arch/powerpc/platforms/cell/interrupt.c index f4e2d8805c9e..1bbf822b4efc 100644 --- a/arch/powerpc/platforms/cell/interrupt.c +++ b/arch/powerpc/platforms/cell/interrupt.c | |||
@@ -180,7 +180,7 @@ static int setup_iic_hardcoded(void) | |||
180 | unsigned long regs; | 180 | unsigned long regs; |
181 | struct iic *iic; | 181 | struct iic *iic; |
182 | 182 | ||
183 | for_each_cpu(cpu) { | 183 | for_each_possible_cpu(cpu) { |
184 | iic = &per_cpu(iic, cpu); | 184 | iic = &per_cpu(iic, cpu); |
185 | nodeid = cpu/2; | 185 | nodeid = cpu/2; |
186 | 186 | ||