aboutsummaryrefslogtreecommitdiff
path: root/include/linux/debugobjects.h
diff options
context:
space:
mode:
authorDave C Boutcher <[email protected]>2006-02-03 01:18:36 -0600
committerPaul Mackerras <[email protected]>2006-02-07 21:32:44 +1100
commitb4fd884a037c791a39f2f03da719e251af176a97 (patch)
tree46762b131dd357f04b474acc30a5ea9b2b9499b3 /include/linux/debugobjects.h
parent82a4df74628a3bf0ac762be198b45e02a7c5879f (diff)
[PATCH] powerpc: remove useless call to touch_softlockup_watchdog
It turns out that we can't stop the watchdog from triggering here. If we touch the timer (which just uses the current jiffie value) before we enable interrupts, it does nothing because jiffies are not mass-updated until after we enable interrupts. If we touch the timer after we enable interrupts, its too late because the softlockup watchdog will already have triggered. The touch_softlockup_watchdog call removed below does nothing. Signed-off-by: Dave Boutcher <[email protected]> Signed-off-by: Paul Mackerras <[email protected]>
Diffstat (limited to 'include/linux/debugobjects.h')
0 files changed, 0 insertions, 0 deletions