hc
2024-02-20 102a0743326a03cd1a1202ceda21e175b7d3575c
kernel/arch/alpha/kernel/time.c
....@@ -242,7 +242,7 @@
242242 outb(0x31, 0x42);
243243 outb(0x13, 0x42);
244244
245
- init_rtc_irq();
245
+ init_rtc_irq(NULL);
246246 }
247247
248248
....@@ -396,9 +396,7 @@
396396 if (alpha_using_qemu) {
397397 clocksource_register_hz(&qemu_cs, NSEC_PER_SEC);
398398 init_qemu_clockevent();
399
-
400
- timer_irqaction.handler = qemu_timer_interrupt;
401
- init_rtc_irq();
399
+ init_rtc_irq(qemu_timer_interrupt);
402400 return;
403401 }
404402