kernel/arch/alpha/kernel/time.c
.. .. @@ -242,7 +242,7 @@ 242 242 outb(0x31, 0x42); 243 243 outb(0x13, 0x42); 244 244 245 - init_rtc_irq();245 + init_rtc_irq(NULL);246 246 } 247 247 248 248 .. .. @@ -396,9 +396,7 @@ 396 396 if (alpha_using_qemu) { 397 397 clocksource_register_hz(&qemu_cs, NSEC_PER_SEC); 398 398 init_qemu_clockevent(); 399 -400 - timer_irqaction.handler = qemu_timer_interrupt;401 - init_rtc_irq();399 + init_rtc_irq(qemu_timer_interrupt);402 400 return; 403 401 } 404 402