Browse Source

Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip

Pull watchdog fix from Thomas Gleixner:
 "Trivial CPU hotplug regression fix for the watchdog code"

* 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
  watchdog: Fix CPU hotplug regression
Linus Torvalds 12 years ago
parent
commit
cfd1f032f9
1 changed files with 3 additions and 0 deletions
  1. 3 0
      kernel/watchdog.c

+ 3 - 0
kernel/watchdog.c

@@ -368,6 +368,9 @@ static void watchdog_disable(unsigned int cpu)
 {
 {
 	struct hrtimer *hrtimer = &__raw_get_cpu_var(watchdog_hrtimer);
 	struct hrtimer *hrtimer = &__raw_get_cpu_var(watchdog_hrtimer);
 
 
+	if (!watchdog_enabled)
+		return;
+
 	watchdog_set_prio(SCHED_NORMAL, 0);
 	watchdog_set_prio(SCHED_NORMAL, 0);
 	hrtimer_cancel(hrtimer);
 	hrtimer_cancel(hrtimer);
 	/* disable the perf event */
 	/* disable the perf event */