Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit dff64649 authored by Richard Henderson's avatar Richard Henderson Committed by Matt Turner
Browse files

alpha: Use handle_percpu_irq for the timer interrupt

parent 46931bf6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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);
}