watchdog/hardlockup: remove softlockup comment in touch_nmi_watchdog()
[linux-2.6-microblaze.git] / include / linux / nmi.h
index 99b7d74..3625d64 100644 (file)
@@ -140,10 +140,6 @@ static inline void touch_nmi_watchdog(void)
         */
        arch_touch_nmi_watchdog();
 
-       /*
-        * Touching the hardlock detector implicitly resets the
-        * softlockup detector too
-        */
        touch_softlockup_watchdog();
 }