[PATCH v5 1/6] kernel/watchdog: remove WATCHDOG_DEFAULT
Lecopzer Chen
lecopzer.chen at mediatek.com
Mon Jun 13 06:59:51 PDT 2022
No reference to WATCHDOG_DEFAULT, remove it.
Signed-off-by: Pingfan Liu <kernelfans at gmail.com>
Signed-off-by: Lecopzer Chen <lecopzer.chen at mediatek.com>
Reviewed-by: Petr Mladek <pmladek at suse.com>
---
kernel/watchdog.c | 2 --
1 file changed, 2 deletions(-)
diff --git a/kernel/watchdog.c b/kernel/watchdog.c
index 20a7a55e62b6..066ad3017767 100644
--- a/kernel/watchdog.c
+++ b/kernel/watchdog.c
@@ -30,10 +30,8 @@
static DEFINE_MUTEX(watchdog_mutex);
#if defined(CONFIG_HARDLOCKUP_DETECTOR) || defined(CONFIG_HAVE_NMI_WATCHDOG)
-# define WATCHDOG_DEFAULT (SOFT_WATCHDOG_ENABLED | NMI_WATCHDOG_ENABLED)
# define NMI_WATCHDOG_DEFAULT 1
#else
-# define WATCHDOG_DEFAULT (SOFT_WATCHDOG_ENABLED)
# define NMI_WATCHDOG_DEFAULT 0
#endif
--
2.25.1
More information about the linux-arm-kernel
mailing list