diff options
author | Don Zickus <dzickus@redhat.com> | 2010-05-07 21:11:51 (GMT) |
---|---|---|
committer | Frederic Weisbecker <fweisbec@gmail.com> | 2010-05-12 21:55:55 (GMT) |
commit | d7c547335fa6b0090fa09c46ea0e965ac273a27e (patch) | |
tree | 66d082cb7acbfc59a2af6bf24130d4832da2919e /block | |
parent | 10f9014912a2b1cb59c39cdea777e6d9afa8f17e (diff) | |
download | linux-d7c547335fa6b0090fa09c46ea0e965ac273a27e.tar.xz |
lockup_detector: Separate touch_nmi_watchdog code path from touch_watchdog
When I combined the nmi_watchdog (hardlockup) and softlockup code, I
also combined the paths the touch_watchdog and touch_nmi_watchdog took.
This may not be the best idea as pointed out by Frederic W., that the
touch_watchdog case probably should not reset the hardlockup count.
Therefore the patch below falls back to the previous idea of keeping
the touch_nmi_watchdog a superset of the touch_watchdog case.
Signed-off-by: Don Zickus <dzickus@redhat.com>
Cc: Ingo Molnar <mingo@elte.hu>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Cyrill Gorcunov <gorcunov@gmail.com>
Cc: Eric Paris <eparis@redhat.com>
Cc: Randy Dunlap <randy.dunlap@oracle.com>
LKML-Reference: <1273266711-18706-9-git-send-email-dzickus@redhat.com>
Signed-off-by: Frederic Weisbecker <fweisbec@gmail.com>
Diffstat (limited to 'block')
0 files changed, 0 insertions, 0 deletions