diff options
Diffstat (limited to 'arch/ppc64/kernel/irq.c')
| -rw-r--r-- | arch/ppc64/kernel/irq.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/ppc64/kernel/irq.c b/arch/ppc64/kernel/irq.c index 3defc8c33adf..ffe300611f00 100644 --- a/arch/ppc64/kernel/irq.c +++ b/arch/ppc64/kernel/irq.c | |||
| @@ -245,7 +245,7 @@ void ppc_irq_dispatch_handler(struct pt_regs *regs, int irq) | |||
| 245 | 245 | ||
| 246 | spin_lock(&desc->lock); | 246 | spin_lock(&desc->lock); |
| 247 | if (!noirqdebug) | 247 | if (!noirqdebug) |
| 248 | note_interrupt(irq, desc, action_ret); | 248 | note_interrupt(irq, desc, action_ret, regs); |
| 249 | if (likely(!(desc->status & IRQ_PENDING))) | 249 | if (likely(!(desc->status & IRQ_PENDING))) |
| 250 | break; | 250 | break; |
| 251 | desc->status &= ~IRQ_PENDING; | 251 | desc->status &= ~IRQ_PENDING; |
