patch-2.4.10 linux/include/asm-i386/irq.h
Next file: linux/include/asm-i386/keyboard.h
Previous file: linux/include/asm-i386/io_apic.h
Back to the patch index
Back to the overall index
- Lines: 19
- Date:
Sun Sep 23 10:31:01 2001
- Orig file:
v2.4.9/linux/include/asm-i386/irq.h
- Orig date:
Thu Oct 7 10:17:09 1999
diff -u --recursive --new-file v2.4.9/linux/include/asm-i386/irq.h linux/include/asm-i386/irq.h
@@ -10,6 +10,8 @@
* <tomsoft@informatik.tu-chemnitz.de>
*/
+#include <linux/config.h>
+
#define TIMER_IRQ 0
/*
@@ -31,5 +33,9 @@
extern void disable_irq(unsigned int);
extern void disable_irq_nosync(unsigned int);
extern void enable_irq(unsigned int);
+
+#ifdef CONFIG_X86_LOCAL_APIC
+#define ARCH_HAS_NMI_WATCHDOG /* See include/linux/nmi.h */
+#endif
#endif /* _ASM_IRQ_H */
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)