projects
/
GitHub
/
MotorolaMobilityLLC
/
kernel-slsi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
353c8ed
)
x86: apb_timer: Fixup genirq fallout
author
Thomas Gleixner
<tglx@linutronix.de>
Tue, 29 Mar 2011 22:09:01 +0000
(
00:09
+0200)
committer
Thomas Gleixner
<tglx@linutronix.de>
Tue, 29 Mar 2011 22:13:30 +0000
(
00:13
+0200)
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>
arch/x86/kernel/apb_timer.c
patch
|
blob
|
blame
|
history
diff --git
a/arch/x86/kernel/apb_timer.c
b/arch/x86/kernel/apb_timer.c
index 1293c709ee856599e02dd1570bbae71f392d4d9a..cd1ffed4ee2226bd2ec6381c7c5de67bc7c13348 100644
(file)
--- 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,