commit | 4f14bdef41e599e218d71e3d0abf339d65e9b480 | [log] [tgz] |
---|---|---|
author | Ingo Molnar <mingo@elte.hu> | Thu Mar 27 23:37:58 2008 +0100 |
committer | Ingo Molnar <mingo@elte.hu> | Fri Apr 04 18:36:45 2008 +0200 |
tree | ed7909975fa061b798b9b302a1ec6b79c0ab3bc8 | |
parent | e315c121a858499d84dc88c499046b9f10bb61ec [diff] |
x86: fix nmi_watchdog=2 on Pentium-D CPUs implement nmi_watchdog=2 on this class of CPUs: cpu family : 15 model : 6 model name : Intel(R) Pentium(R) D CPU 3.00GHz the watchdog's ->setup() method is safe anyway, so if the CPU cannot support it we'll bail out safely. Signed-off-by: Ingo Molnar <mingo@elte.hu>