patch-2.3.49 linux/arch/alpha/kernel/sys_ruffian.c
Next file: linux/arch/alpha/kernel/sys_rx164.c
Previous file: linux/arch/alpha/kernel/sys_rawhide.c
Back to the patch index
Back to the overall index
- Lines: 18
- Date:
Sun Feb 27 13:28:01 2000
- Orig file:
v2.3.48/linux/arch/alpha/kernel/sys_ruffian.c
- Orig date:
Sun Feb 20 21:12:38 2000
diff -u --recursive --new-file v2.3.48/linux/arch/alpha/kernel/sys_ruffian.c linux/arch/alpha/kernel/sys_ruffian.c
@@ -64,7 +64,7 @@
}
static void __init
-ruffian_init_rtc(struct irqaction *action)
+ruffian_init_rtc(void)
{
/* Ruffian does not have the RTC connected to the CPU timer
interrupt. Instead, it uses the PIT connected to IRQ 0. */
@@ -78,7 +78,7 @@
outb(0x31, 0x42);
outb(0x13, 0x42);
- setup_irq(0, action);
+ setup_irq(0, &timer_irqaction);
}
static void
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)