aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/apb_timer.c
diff options
context:
space:
mode:
authorThomas Gleixner <tglx@linutronix.de>2011-03-30 00:09:01 +0200
committerThomas Gleixner <tglx@linutronix.de>2011-03-30 00:13:30 +0200
commit86cc8dfc211695193a060a240ac9c9287606e5d8 (patch)
tree1b2ec8dc634020e74ab29e9da71669f1969daa49 /arch/x86/kernel/apb_timer.c
parentgenirq: Fix misnamed label in handle_edge_eoi_irq (diff)
downloadlinux-dev-86cc8dfc211695193a060a240ac9c9287606e5d8.tar.xz
linux-dev-86cc8dfc211695193a060a240ac9c9287606e5d8.zip
x86: apb_timer: Fixup genirq fallout
The lonely user of the internal interface was not in the coccinelle script. Reported-by: Randy Dunlap <rdunlap@xenotime.net> Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'arch/x86/kernel/apb_timer.c')
-rw-r--r--arch/x86/kernel/apb_timer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/kernel/apb_timer.c b/arch/x86/kernel/apb_timer.c
index 1293c709ee85..cd1ffed4ee22 100644
--- a/arch/x86/kernel/apb_timer.c
+++ b/arch/x86/kernel/apb_timer.c
@@ -316,7 +316,7 @@ static void apbt_setup_irq(struct apbt_dev *adev)
irq_modify_status(adev->irq, 0, IRQ_MOVE_PCNTXT);
irq_set_affinity(adev->irq, cpumask_of(adev->cpu));
/* APB timer irqs are set up as mp_irqs, timer is edge type */
- __set_irq_handler(adev->irq, handle_edge_irq, 0, "edge");
+ __irq_set_handler(adev->irq, handle_edge_irq, 0, "edge");
if (system_state == SYSTEM_BOOTING) {
if (request_irq(adev->irq, apbt_interrupt_handler,