Cyrill Gorcunov 3ed3f06295 x86: nmi - consolidate nmi_watchdog_default for 32bit mode
64bit mode bootstrap code does set nmi_watchdog to NMI_NONE
by default and doing the same on 32bit mode is safe too.
Such an action saves us from several #ifdef.

Btw, my previous commit

commit 19ec673ced067316b9732bc6d1c4ff4052e5f795
Author: Cyrill Gorcunov <gorcunov@gmail.com>
Date:   Wed May 28 23:00:47 2008 +0400

    x86: nmi - fix incorrect NMI watchdog used by default

did not fix the problem completely, moreover it
introduced additional bug - nmi_watchdog would be
set to either NMI_LOCAL_APIC or NMI_IO_APIC
_regardless_ to boot option if being enabled thru
/proc/sys/kernel/nmi_watchdog. Sorry for that.
Fix it too.

Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
Cc: mingo@redhat.com
Cc: hpa@zytor.com
Cc: macro@linux-mips.org
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
2008-06-05 15:13:59 +02:00
..
2008-04-17 17:41:33 +02:00
2008-04-19 19:19:54 +02:00
2008-05-01 08:03:58 -07:00
2008-05-01 08:04:01 -07:00
2008-04-19 19:19:58 +02:00
2008-04-17 17:41:33 +02:00
2008-05-10 19:31:45 +02:00
2008-04-18 00:46:35 +02:00
2008-05-01 08:04:01 -07:00
2008-04-17 20:05:37 +02:00
2008-04-27 12:01:19 +03:00
2008-04-17 17:41:30 +02:00
2008-05-08 15:43:51 +02:00
2008-04-19 19:19:55 +02:00
2008-04-26 23:41:04 +02:00
2008-04-24 23:57:31 +02:00
2008-04-28 08:58:23 -07:00
2008-04-30 23:15:34 +02:00
2008-04-30 23:15:34 +02:00
2008-04-19 19:19:57 +02:00
2008-04-24 23:15:44 +02:00
2008-04-19 19:19:55 +02:00
2008-04-29 08:06:03 -07:00
2008-04-29 13:45:24 +02:00
2008-04-26 17:35:46 +02:00