-
- Downloads
[PATCH] i386/x86-64: Remove un/set_nmi_callback and reserve/release_lapic_nmi functions
Removes the un/set_nmi_callback and reserve/release_lapic_nmi functions as they are no longer needed. The various subsystems are modified to register with the die_notifier instead. Also includes compile fixes by Andrew Morton. Signed-off-by:Don Zickus <dzickus@redhat.com> Signed-off-by:
Andi Kleen <ak@suse.de>
Showing
- arch/i386/kernel/crash.c 18 additions, 2 deletionsarch/i386/kernel/crash.c
- arch/i386/kernel/nmi.c 11 additions, 74 deletionsarch/i386/kernel/nmi.c
- arch/i386/kernel/traps.c 2 additions, 21 deletionsarch/i386/kernel/traps.c
- arch/i386/oprofile/nmi_int.c 30 additions, 17 deletionsarch/i386/oprofile/nmi_int.c
- arch/i386/oprofile/nmi_timer_int.c 25 additions, 8 deletionsarch/i386/oprofile/nmi_timer_int.c
- arch/x86_64/kernel/crash.c 18 additions, 2 deletionsarch/x86_64/kernel/crash.c
- arch/x86_64/kernel/nmi.c 7 additions, 95 deletionsarch/x86_64/kernel/nmi.c
- include/asm-i386/nmi.h 4 additions, 17 deletionsinclude/asm-i386/nmi.h
- include/asm-x86_64/nmi.h 0 additions, 21 deletionsinclude/asm-x86_64/nmi.h
- kernel/sysctl.c 1 addition, 3 deletionskernel/sysctl.c
Loading
Please register or sign in to comment