diff options
author | Olof Johansson <olof@lixom.net> | 2006-10-05 21:31:10 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-10-05 21:39:04 -0400 |
commit | 49f19ce401edfff937c448dd74c22497da361889 (patch) | |
tree | 3c657340fd3a34fcff516bbf09c4d72f5e141c7b /arch/powerpc/platforms/cell/interrupt.c | |
parent | 44aefd2706bb6f5b65ba2c38cd89e7609e2b43d3 (diff) |
[PATCH] powerpc: irq change build breaks
Fix up some of the buildbreaks from the irq handler changes.
Signed-off-by: Olof Johansson <olof@lixom.net>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'arch/powerpc/platforms/cell/interrupt.c')
-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 434fb934dd20..f8768b096f02 100644 --- a/arch/powerpc/platforms/cell/interrupt.c +++ b/arch/powerpc/platforms/cell/interrupt.c | |||
@@ -121,7 +121,7 @@ static void iic_ioexc_cascade(unsigned int irq, struct irq_desc *desc, | |||
121 | irq_linear_revmap(iic_host, | 121 | irq_linear_revmap(iic_host, |
122 | base | cascade); | 122 | base | cascade); |
123 | if (cirq != NO_IRQ) | 123 | if (cirq != NO_IRQ) |
124 | generic_handle_irq(cirq, regs); | 124 | generic_handle_irq(cirq); |
125 | } | 125 | } |
126 | /* post-ack level interrupts */ | 126 | /* post-ack level interrupts */ |
127 | ack = bits & ~IIC_ISR_EDGE_MASK; | 127 | ack = bits & ~IIC_ISR_EDGE_MASK; |