diff options
-rw-r--r-- | arch/powerpc/platforms/cell/interrupt.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/powerpc/platforms/cell/interrupt.c b/arch/powerpc/platforms/cell/interrupt.c index 0a707bcabef6..f4e2d8805c9e 100644 --- a/arch/powerpc/platforms/cell/interrupt.c +++ b/arch/powerpc/platforms/cell/interrupt.c | |||
@@ -117,8 +117,7 @@ static int iic_external_get_irq(struct cbe_iic_pending_bits pending) | |||
117 | * One of these units can be connected | 117 | * One of these units can be connected |
118 | * to an external interrupt controller. | 118 | * to an external interrupt controller. |
119 | */ | 119 | */ |
120 | if (pending.prio > 0x3f || | 120 | if (pending.class != 2) |
121 | pending.class != 2) | ||
122 | break; | 121 | break; |
123 | irq = IIC_EXT_OFFSET | 122 | irq = IIC_EXT_OFFSET |
124 | + spider_get_irq(node) | 123 | + spider_get_irq(node) |