commit | 54c6ed7562d59ab238df1ec9ff76d81d7d0f0842 | [log] [tgz] |
---|---|---|
author | Björn Steinbrink <B.Steinbrink@gmx.de> | Sat Jun 16 10:15:56 2007 -0700 |
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | Sat Jun 16 13:16:15 2007 -0700 |
tree | ba775434be453148ff2d0625359716c2fa5354fa | |
parent | faa4cfa6b334fc07c3386e620a2fb55de508c077 [diff] |
i386: use the right wrapper to disable the NMI watchdog When disabled through /proc/sys/kernel/nmi_watchdog, the NMI watchdog uses the stop() method directly, which does not decrement the activity counter, leading to a BUG(). Use the wrapper function instead to fix that. Signed-off-by: Björn Steinbrink <B.Steinbrink@gmx.de> Cc: Andi Kleen <ak@suse.de> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>