2 * include/asm-i386/mach-default/mach_traps.h
4 * Machine specific NMI handling for generic.
5 * Split out from traps.c by Osamu Tomita <tomita@cinet.co.jp>
10 #include <asm/mc146818rtc.h>
12 static inline void clear_mem_error(unsigned char reason)
14 reason = (reason & 0xf) | 4;
18 static inline unsigned char get_nmi_reason(void)
23 static inline void reassert_nmi(void)
27 if (do_i_have_lock_cmos())
28 old_reg = current_lock_cmos_reg();
30 lock_cmos(0); /* register doesn't matter here */
32 inb(0x71); /* dummy */
34 inb(0x71); /* dummy */
41 #endif /* !_MACH_TRAPS_H */