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/powermac/pic.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/powermac/pic.c')
-rw-r--r-- | arch/powerpc/platforms/powermac/pic.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/platforms/powermac/pic.c b/arch/powerpc/platforms/powermac/pic.c index e93a115961aa..5da677835c00 100644 --- a/arch/powerpc/platforms/powermac/pic.c +++ b/arch/powerpc/platforms/powermac/pic.c | |||
@@ -227,7 +227,7 @@ static irqreturn_t gatwick_action(int cpl, void *dev_id, struct pt_regs *regs) | |||
227 | continue; | 227 | continue; |
228 | irq += __ilog2(bits); | 228 | irq += __ilog2(bits); |
229 | spin_unlock_irqrestore(&pmac_pic_lock, flags); | 229 | spin_unlock_irqrestore(&pmac_pic_lock, flags); |
230 | __do_IRQ(irq, regs); | 230 | __do_IRQ(irq); |
231 | spin_lock_irqsave(&pmac_pic_lock, flags); | 231 | spin_lock_irqsave(&pmac_pic_lock, flags); |
232 | rc = IRQ_HANDLED; | 232 | rc = IRQ_HANDLED; |
233 | } | 233 | } |