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 8100a29c854..392bea43b89 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)  	wd_ops->rearm(wd, nmi_hz);  	return 1;  } - -int lapic_watchdog_ok(void) -{ -	return wd_ops != NULL; -}  |