projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ac0e044
)
powerpc/cell: fixup for removal of handle_iic_irq
author
Stephen Rothwell
<
[email protected]
>
Tue, 29 Mar 2011 23:48:28 +0000
(10:48 +1100)
committer
Linus Torvalds
<
[email protected]
>
Wed, 30 Mar 2011 00:04:39 +0000
(17:04 -0700)
Signed-off-by: Stephen Rothwell <
[email protected]
>
Signed-off-by: Linus Torvalds <
[email protected]
>
arch/powerpc/platforms/cell/interrupt.c
patch
|
blob
|
history
diff --git
a/arch/powerpc/platforms/cell/interrupt.c
b/arch/powerpc/platforms/cell/interrupt.c
index a19bec078703abe39ef045f03a5c71b8da70ef2b..44cfd1bef89b319609ffc32b308f3d6f03ba3dfa 100644
(file)
--- 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);