]> git.baikalelectronics.ru Git - kernel.git/commit
x86, NMI: Add priorities to handlers
authorDon Zickus <dzickus@redhat.com>
Thu, 6 Jan 2011 21:18:49 +0000 (16:18 -0500)
committerIngo Molnar <mingo@elte.hu>
Fri, 7 Jan 2011 14:08:52 +0000 (15:08 +0100)
commit4072dd28d386538e5047930ddc7ea03da7b5899d
tree44ddeb52d1a1f5b8c965fc7f24c4464b7e341818
parent601ab5d5afe27cc42d7f3ab3f7d9d46e2b7ef705
x86, NMI: Add priorities to handlers

In order to consolidate the NMI die_chain events, we need to setup the priorities
for the die notifiers.

I started by defining a bunch of common priorities that can be used by the
notifier blocks.  Then I modified the notifier blocks to use the newly created
priorities.

Now that the priorities are straightened out, it should be easier to remove the
event DIE_NMI_IPI.

Signed-off-by: Don Zickus <dzickus@redhat.com>
Signed-off-by: Peter Zijlstra <a.p.zijlstra@chello.nl>
LKML-Reference: <1294348732-15030-4-git-send-email-dzickus@redhat.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/include/asm/nmi.h
arch/x86/kernel/apic/hw_nmi.c
arch/x86/kernel/cpu/mcheck/mce-inject.c
arch/x86/kernel/cpu/perf_event.c
arch/x86/kernel/kgdb.c
arch/x86/kernel/reboot.c
arch/x86/oprofile/nmi_int.c
arch/x86/oprofile/nmi_timer_int.c