projects
/
GitHub
/
LineageOS
/
G12
/
android_kernel_amlogic_linux-4.9.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
46931bf
)
alpha: Use handle_percpu_irq for the timer interrupt
author
Richard Henderson
<rth@twiddle.net>
Fri, 19 Jul 2013 19:43:07 +0000
(12:43 -0700)
committer
Matt Turner
<mattst88@gmail.com>
Fri, 19 Jul 2013 20:54:26 +0000
(13:54 -0700)
Signed-off-by: Matt Turner <mattst88@gmail.com>
Signed-off-by: Richard Henderson <rth@twiddle.net>
arch/alpha/kernel/irq_alpha.c
patch
|
blob
|
blame
|
history
diff --git
a/arch/alpha/kernel/irq_alpha.c
b/arch/alpha/kernel/irq_alpha.c
index f433fc11877a30ae096dd54d263b37b094132fac..28e4429596f3f208c1b868887112bad4faa33987 100644
(file)
--- a/
arch/alpha/kernel/irq_alpha.c
+++ b/
arch/alpha/kernel/irq_alpha.c
@@
-236,7
+236,7
@@
void __init
init_rtc_irq(void)
{
irq_set_chip_and_handler_name(RTC_IRQ, &dummy_irq_chip,
- handle_
simple
_irq, "RTC");
+ handle_
percpu
_irq, "RTC");
setup_irq(RTC_IRQ, &timer_irqaction);
}