Skip to content

Commit 05e7b55

Browse files
diandersakpm00
authored andcommitted
watchdog/hardlockup: remove softlockup comment in touch_nmi_watchdog()
In the patch ("watchdog/hardlockup: add comments to touch_nmi_watchdog()") we adjusted some comments for touch_nmi_watchdog(). The comment about the softlockup had a typo and were also felt to be too obvious. Remove it. Link: https://lkml.kernel.org/r/20230526184139.5.Ia593afc9eb12082d55ea6681dc2c5a89677f20a8@changeid Signed-off-by: Douglas Anderson <dianders@chromium.org> Suggested-by: Petr Mladek <pmladek@suse.com> Reviewed-by: Petr Mladek <pmladek@suse.com> Cc: Christophe Leroy <christophe.leroy@csgroup.eu> Cc: "David S. Miller" <davem@davemloft.net> Cc: Michael Ellerman <mpe@ellerman.id.au> Cc: Nicholas Piggin <npiggin@gmail.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
1 parent 7a71d8e commit 05e7b55

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

include/linux/nmi.h

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -140,10 +140,6 @@ static inline void touch_nmi_watchdog(void)
140140
*/
141141
arch_touch_nmi_watchdog();
142142

143-
/*
144-
* Touching the hardlock detector implicitly resets the
145-
* softlockup detector too
146-
*/
147143
touch_softlockup_watchdog();
148144
}
149145

0 commit comments

Comments
 (0)