]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
nmi-watchdog-fix-for-lockup-detector-breakage-on-resume-fix-fix-fix
authorSameer Nanda <snanda@chromium.org>
Thu, 3 May 2012 05:44:14 +0000 (15:44 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Thu, 3 May 2012 05:46:43 +0000 (15:46 +1000)
tweak comment further

Cc: "Rafael J. Wysocki" <rjw@sisk.pl>
Cc: Don Zickus <dzickus@redhat.com>
Cc: Ingo Molnar <mingo@elte.hu>
Cc: Mandeep Singh Baines <msb@chromium.org>
Cc: Peter Zijlstra <a.p.zijlstra@chello.nl>
Cc: Sameer Nanda <snanda@chromium.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
kernel/watchdog.c

index de8c56c8b763b760236230d80fefc0ca80a09eef..c4dd7e2c617997bd0a41873169029a68e994c595 100644 (file)
@@ -598,9 +598,10 @@ static struct notifier_block __cpuinitdata cpu_nfb = {
 };
 
 /*
- * On entry to suspend we force an offline->online transition on the boot CPU so
- * that PMU state is available to that CPU when it comes back online after
- * resume.  This information is required for restarting the NMI watchdog.
+ * On exit from suspend we force an offline->online transition on the boot CPU
+ * so that the PMU state that was lost while in suspended state gets set up
+ * properly for the boot CPU.  This information is required for restarting the
+ * NMI watchdog.
  */
 void lockup_detector_bootcpu_resume(void)
 {