]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blobdiff - arch/powerpc/kernel/watchdog.c
watchdog/core: Remove broken suspend/resume interfaces
[mirror_ubuntu-bionic-kernel.git] / arch / powerpc / kernel / watchdog.c
index 2f6eadd9408d9490b171ca20f937c1af79096acd..5ded171f02d6b037cd980b7fb26087314d5a604c 100644 (file)
@@ -310,9 +310,6 @@ static int start_wd_on_cpu(unsigned int cpu)
        if (!(watchdog_enabled & NMI_WATCHDOG_ENABLED))
                return 0;
 
-       if (watchdog_suspended)
-               return 0;
-
        if (!cpumask_test_cpu(cpu, &watchdog_cpumask))
                return 0;