diff options
Diffstat (limited to 'arch/ppc64/kernel/irq.c')
-rw-r--r-- | arch/ppc64/kernel/irq.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/ppc64/kernel/irq.c b/arch/ppc64/kernel/irq.c index bd4b035af622..e79420bb72a5 100644 --- a/arch/ppc64/kernel/irq.c +++ b/arch/ppc64/kernel/irq.c | |||
@@ -66,7 +66,6 @@ EXPORT_SYMBOL(irq_desc); | |||
66 | int distribute_irqs = 1; | 66 | int distribute_irqs = 1; |
67 | int __irq_offset_value; | 67 | int __irq_offset_value; |
68 | int ppc_spurious_interrupts; | 68 | int ppc_spurious_interrupts; |
69 | unsigned long lpevent_count; | ||
70 | u64 ppc64_interrupt_controller; | 69 | u64 ppc64_interrupt_controller; |
71 | 70 | ||
72 | int show_interrupts(struct seq_file *p, void *v) | 71 | int show_interrupts(struct seq_file *p, void *v) |
@@ -295,7 +294,7 @@ void do_IRQ(struct pt_regs *regs) | |||
295 | } | 294 | } |
296 | #endif /* CONFIG_SMP */ | 295 | #endif /* CONFIG_SMP */ |
297 | if (hvlpevent_is_pending()) | 296 | if (hvlpevent_is_pending()) |
298 | lpevent_count += process_hvlpevents(regs); | 297 | process_hvlpevents(regs); |
299 | 298 | ||
300 | irq_exit(); | 299 | irq_exit(); |
301 | 300 | ||