From: Douglas Anderson Date: Sat, 27 May 2023 01:41:35 +0000 (-0700) Subject: watchdog/hardlockup: remove softlockup comment in touch_nmi_watchdog() X-Git-Tag: v6.5-rc1~175^2~15 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=05e7b558766114aa9c3d5d3af188a5c574809661;p=thirdparty%2Flinux.git 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 Suggested-by: Petr Mladek Reviewed-by: Petr Mladek Cc: Christophe Leroy Cc: "David S. Miller" Cc: Michael Ellerman Cc: Nicholas Piggin Signed-off-by: Andrew Morton --- diff --git a/include/linux/nmi.h b/include/linux/nmi.h index 99b7d748ca21e..3625d64da6dbd 100644 --- a/include/linux/nmi.h +++ b/include/linux/nmi.h @@ -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(); }