summaryrefslogtreecommitdiff
path: root/kernel/watchdog.c
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/watchdog.c')
-rw-r--r--kernel/watchdog.c13
1 files changed, 0 insertions, 13 deletions
diff --git a/kernel/watchdog.c b/kernel/watchdog.c
index 4b9e31edb47f..62230f5b8878 100644
--- a/kernel/watchdog.c
+++ b/kernel/watchdog.c
@@ -217,19 +217,6 @@ void __weak watchdog_hardlockup_disable(unsigned int cpu) { }
*/
int __weak __init watchdog_hardlockup_probe(void)
{
- /*
- * If CONFIG_HAVE_NMI_WATCHDOG is defined then an architecture
- * is assumed to have the hard watchdog available and we return 0.
- */
- if (IS_ENABLED(CONFIG_HAVE_NMI_WATCHDOG))
- return 0;
-
- /*
- * Hardlockup detectors other than those using CONFIG_HAVE_NMI_WATCHDOG
- * are required to implement a non-weak version of this probe function
- * to tell whether they are available. If they don't override then
- * we'll return -ENODEV.
- */
return -ENODEV;
}