aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/cpu/perfctr-watchdog.c
diff options
context:
space:
mode:
authorJaswinder Singh Rajput <jaswinder@kernel.org>2009-07-02 22:35:35 +0530
committerIngo Molnar <mingo@elte.hu>2009-07-03 14:34:31 +0200
commitc7210e1ff8a95a0a6dba0d04a95b3ddd9d165fab (patch)
treeffe78922454c175d5905436cdff4df829a236748 /arch/x86/kernel/cpu/perfctr-watchdog.c
parentx86: Remove unused variable disable_x2apic (diff)
downloadlinux-dev-c7210e1ff8a95a0a6dba0d04a95b3ddd9d165fab.tar.xz
linux-dev-c7210e1ff8a95a0a6dba0d04a95b3ddd9d165fab.zip
x86: Remove unused function lapic_watchdog_ok()
lapic_watchdog_ok() is a global function but no one is using it. Signed-off-by: Jaswinder Singh Rajput <jaswinderrajput@gmail.com> Cc: Andi Kleen <andi@firstfloor.org> Cc: Yinghai Lu <yinghai@kernel.org> LKML-Reference: <1246554335.2242.29.camel@jaswinder.satnam> Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'arch/x86/kernel/cpu/perfctr-watchdog.c')
-rw-r--r--arch/x86/kernel/cpu/perfctr-watchdog.c5
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 5c481f6205bf..e60ed740d2b3 100644
--- a/arch/x86/kernel/cpu/perfctr-watchdog.c
+++ b/arch/x86/kernel/cpu/perfctr-watchdog.c
@@ -803,8 +803,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;
-}