From: Cyrill Gorcunov Date: Tue, 24 Jun 2008 20:52:05 +0000 (+0200) Subject: x86: nmi_watchdog - use NMI_NONE by default X-Git-Tag: v2.6.27-rc1~1106^2~188 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c376d45432d935e6f1e0ff2d6be3734bcd3ba455;p=pandora-kernel.git x86: nmi_watchdog - use NMI_NONE by default There is no need to keep NMI_DISABLED definition and use it for nmi_watchdog by default. Here is the point why: - IO-APIC and APIC chips are programmed for nmi_watchdog support at very early stage of kernel booting and not having nmi_watchdog specified as boot option lead only to nmi_watchdog becomes to NMI_NONE anyway - enable nmi_watchdog thru /proc/sys/kernel/nmi if it was not specified at boot is not possible too (even having this sysfs entry) Signed-off-by: Cyrill Gorcunov Cc: macro@linux-mips.org Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed