On Fri, Apr 16, 2010 at 05:32:12PM +0200, Frederic Weisbecker wrote:
Let me re-explain what I meant. It was meant to do double duty. The
softlockup code only checks the SOFTLOCKUP bit and the hardlockup only
ever checks the HARDLOCKUP bit.
ie if get_cpu_var(watchdog_warn) && HARDLOCKUP { return; }
Well depends on your POV. In RHEL we enable both NMI_WATCHDOG and
SOFTLOCKUP on production systems (and we have customers that are
thankful for that :-) ).
Cheers,
Don
--