diff options
author | Stephen Rothwell <sfr@canb.auug.org.au> | 2011-03-30 10:48:28 +1100 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2011-03-29 17:04:39 -0700 |
commit | e122996ae1edf2caf19643cb79366fc2117a6188 (patch) | |
tree | f38efb3c3c7dd74eacad4d0df8685423c8980a67 /arch | |
parent | ac0e0447be3b7a3dd583193b0230bfe3ddef0442 (diff) | |
download | talos-op-linux-e122996ae1edf2caf19643cb79366fc2117a6188.tar.gz talos-op-linux-e122996ae1edf2caf19643cb79366fc2117a6188.zip |
powerpc/cell: fixup for removal of handle_iic_irq
Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'arch')
-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 a19bec078703..44cfd1bef89b 100644 --- a/arch/powerpc/platforms/cell/interrupt.c +++ b/arch/powerpc/platforms/cell/interrupt.c @@ -244,7 +244,7 @@ static int iic_host_map(struct irq_host *h, unsigned int virq, break; case IIC_IRQ_TYPE_IOEXC: irq_set_chip_and_handler(virq, &iic_ioexc_chip, - handle_iic_irq); + handle_edge_eoi_irq); break; default: irq_set_chip_and_handler(virq, &iic_chip, handle_edge_eoi_irq); |