x86, nmi_watchdog: Remove all stub function calls from old nmi_watchdog
Now that the bulk of the old nmi_watchdog is gone, remove all the stub variables and hooks associated with it. This touches lots of files mainly because of how the io_apic nmi_watchdog was implemented. Now that the io_apic nmi_watchdog is forever gone, remove all its fingers. Most of this code was not being exercised by virtue of nmi_watchdog != NMI_IO_APIC, so there shouldn't be anything to risky here. Signed-off-by:Don Zickus <dzickus@redhat.com> Cc: fweisbec@gmail.com Cc: gorcunov@openvz.org LKML-Reference: <1289578944-28564-3-git-send-email-dzickus@redhat.com> Signed-off-by:
Ingo Molnar <mingo@elte.hu>
Showing
- arch/x86/include/asm/nmi.h 0 additions, 47 deletionsarch/x86/include/asm/nmi.h
- arch/x86/include/asm/smpboot_hooks.h 0 additions, 1 deletionarch/x86/include/asm/smpboot_hooks.h
- arch/x86/include/asm/timer.h 0 additions, 6 deletionsarch/x86/include/asm/timer.h
- arch/x86/kernel/apic/apic.c 1 addition, 14 deletionsarch/x86/kernel/apic/apic.c
- arch/x86/kernel/apic/hw_nmi.c 0 additions, 10 deletionsarch/x86/kernel/apic/hw_nmi.c
- arch/x86/kernel/apic/io_apic.c 0 additions, 46 deletionsarch/x86/kernel/apic/io_apic.c
- arch/x86/kernel/cpu/perf_event.c 0 additions, 9 deletionsarch/x86/kernel/cpu/perf_event.c
- arch/x86/kernel/cpu/perfctr-watchdog.c 0 additions, 642 deletionsarch/x86/kernel/cpu/perfctr-watchdog.c
- arch/x86/kernel/smpboot.c 0 additions, 11 deletionsarch/x86/kernel/smpboot.c
- arch/x86/kernel/time.c 0 additions, 18 deletionsarch/x86/kernel/time.c
- arch/x86/kernel/traps.c 0 additions, 2 deletionsarch/x86/kernel/traps.c
- arch/x86/oprofile/nmi_timer_int.c 0 additions, 3 deletionsarch/x86/oprofile/nmi_timer_int.c
- drivers/acpi/acpica/nsinit.c 0 additions, 2 deletionsdrivers/acpi/acpica/nsinit.c
- drivers/watchdog/hpwdt.c 1 addition, 6 deletionsdrivers/watchdog/hpwdt.c
- include/linux/nmi.h 0 additions, 2 deletionsinclude/linux/nmi.h
Loading
Please register or sign in to comment