]> bbs.cooldavid.org Git - net-next-2.6.git/commit
[PATCH] i386: Enable NMI watchdog by default
authorAndi Kleen <ak@suse.de>
Tue, 26 Sep 2006 08:52:27 +0000 (10:52 +0200)
committerAndi Kleen <andi@basil.nowhere.org>
Tue, 26 Sep 2006 08:52:27 +0000 (10:52 +0200)
commit1de84979dfc527c422abf63f27beabe43892989b
tree4cf32ce7c374118c04edca7bfdff25e187da63d2
parent260d6790b6a2a0a048b7f96d154c2b49f1e6515a
[PATCH] i386: Enable NMI watchdog by default

I've had good experiences with having this on by default on x86-64.
It turns nasty hangs into easier to debug oopses.

Enable the local APIC wdog by default for systems newer than 2004.

This comes from a strange compromise: according to arjan the reason
it was off by default was some old IBM systems that corrupted
registered when NMI happened in SMI. Can't remember more specific,
but >= 2004 should avoid these. It's probably overly broad
because most older systems should be ok (and the really old systems
won't be supported by the local apic watchdog anyways)

Signed-off-by: Andi Kleen <ak@suse.de>
arch/i386/kernel/nmi.c