From: Björn Steinbrink Date: Sat, 16 Jun 2007 17:15:56 +0000 (-0700) Subject: i386: use the right wrapper to disable the NMI watchdog X-Git-Tag: v2.6.22-rc5~20 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=54c6ed7562d59ab238df1ec9ff76d81d7d0f0842;p=pandora-kernel.git 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 Cc: Andi Kleen Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed