aboutsummaryrefslogtreecommitdiff
path: root/arch/ppc64/kernel/irq.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/ppc64/kernel/irq.c')
-rw-r--r--arch/ppc64/kernel/irq.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/ppc64/kernel/irq.c b/arch/ppc64/kernel/irq.c
index 46a7151ad6d..bd4b035af62 100644
--- a/arch/ppc64/kernel/irq.c
+++ b/arch/ppc64/kernel/irq.c
@@ -294,8 +294,8 @@ void do_IRQ(struct pt_regs *regs)
iSeries_smp_message_recv(regs);
}
#endif /* CONFIG_SMP */
- if (ItLpQueue_isLpIntPending())
- lpevent_count += ItLpQueue_process(regs);
+ if (hvlpevent_is_pending())
+ lpevent_count += process_hvlpevents(regs);
irq_exit();