diff options
Diffstat (limited to 'arch/x86/kernel/cpu/perfctr-watchdog.c')
-rw-r--r-- | arch/x86/kernel/cpu/perfctr-watchdog.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/x86/kernel/cpu/perfctr-watchdog.c b/arch/x86/kernel/cpu/perfctr-watchdog.c index 8100a29c854f..392bea43b890 100644 --- a/arch/x86/kernel/cpu/perfctr-watchdog.c +++ b/arch/x86/kernel/cpu/perfctr-watchdog.c | |||
@@ -804,8 +804,3 @@ int __kprobes lapic_wd_event(unsigned nmi_hz) | |||
804 | wd_ops->rearm(wd, nmi_hz); | 804 | wd_ops->rearm(wd, nmi_hz); |
805 | return 1; | 805 | return 1; |
806 | } | 806 | } |
807 | |||
808 | int lapic_watchdog_ok(void) | ||
809 | { | ||
810 | return wd_ops != NULL; | ||
811 | } | ||