diff options
author | Richard Henderson <rth@twiddle.net> | 2013-07-19 21:43:07 +0200 |
---|---|---|
committer | Matt Turner <mattst88@gmail.com> | 2013-07-19 22:54:26 +0200 |
commit | dff64649e757870e9351e7d85917ae681d20ee54 (patch) | |
tree | d6fd7ba1333bff6d6c44a3a9d9a0290449728029 /arch/alpha | |
parent | alpha: Force the user-visible HZ to a constant 1024. (diff) | |
download | linux-dff64649e757870e9351e7d85917ae681d20ee54.tar.xz linux-dff64649e757870e9351e7d85917ae681d20ee54.zip |
alpha: Use handle_percpu_irq for the timer interrupt
Signed-off-by: Matt Turner <mattst88@gmail.com>
Signed-off-by: Richard Henderson <rth@twiddle.net>
Diffstat (limited to 'arch/alpha')
-rw-r--r-- | arch/alpha/kernel/irq_alpha.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/alpha/kernel/irq_alpha.c b/arch/alpha/kernel/irq_alpha.c index f433fc11877a..28e4429596f3 100644 --- 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); } |