Why reassert ix86 NMI?

Keith Owens (kaos@ocs.com.au)
Tue, 06 Jun 2000 07:50:33 +1000


At the end of do_nmi are these instructions

outb(0x8f, 0x70);
inb(0x71); /* dummy */
outb(0x0f, 0x70);
inb(0x71); /* dummy */

If the NMI is for the watchdog, these instructions are bypassed.

(1) Why do we need these instructions?
(2) Why does nmi_watchdog_tick bypass them?

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/