patch-2.2.0-pre1 linux/arch/alpha/kernel/irq.h
Next file: linux/arch/alpha/kernel/sys_ruffian.c
Previous file: linux/arch/alpha/kernel/irq.c
Back to the patch index
Back to the overall index
-  Lines: 12
-  Date:
Sun Dec 27 15:21:50 1998
-  Orig file: 
v2.1.132/linux/arch/alpha/kernel/irq.h
-  Orig date: 
Fri Oct 23 22:01:19 1998
diff -u --recursive --new-file v2.1.132/linux/arch/alpha/kernel/irq.h linux/arch/alpha/kernel/irq.h
@@ -21,3 +21,11 @@
 extern void srm_device_interrupt(unsigned long vector, struct pt_regs * regs);
 
 extern void handle_irq(int irq, int ack, struct pt_regs * regs);
+
+#define RTC_IRQ    8
+#ifdef CONFIG_RTC
+#define TIMER_IRQ  0			 /* timer is the pit */
+#else
+#define TIMER_IRQ  RTC_IRQ		 /* timer is the rtc */
+#endif
+
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov