-
- Downloads
x86: nmi_watchdog - use NMI_NONE by default
There is no need to keep NMI_DISABLED definition and use it for nmi_watchdog by default. Here is the point why: - IO-APIC and APIC chips are programmed for nmi_watchdog support at very early stage of kernel booting and not having nmi_watchdog specified as boot option lead only to nmi_watchdog becomes to NMI_NONE anyway - enable nmi_watchdog thru /proc/sys/kernel/nmi if it was not specified at boot is not possible too (even having this sysfs entry) Signed-off-by:Cyrill Gorcunov <gorcunov@gmail.com> Cc: macro@linux-mips.org Signed-off-by:
Ingo Molnar <mingo@elte.hu>
Showing
- arch/x86/kernel/apic_64.c 0 additions, 1 deletionarch/x86/kernel/apic_64.c
- arch/x86/kernel/io_apic_64.c 0 additions, 2 deletionsarch/x86/kernel/io_apic_64.c
- arch/x86/kernel/nmi.c 3 additions, 23 deletionsarch/x86/kernel/nmi.c
- arch/x86/kernel/smpboot.c 0 additions, 1 deletionarch/x86/kernel/smpboot.c
- include/asm-x86/nmi.h 0 additions, 3 deletionsinclude/asm-x86/nmi.h
Loading
Please register or sign in to comment