]> git.karo-electronics.de Git - mv-sheeva.git/blobdiff - arch/x86/kernel/cpu/perf_event.c
x86, NMI: Add priorities to handlers
[mv-sheeva.git] / arch / x86 / kernel / cpu / perf_event.c
index 0a360d146596b6d01f8c833e655150faa3ae9605..5e14b5e5fb81603c399f6abd8380f9c0d2dd1df8 100644 (file)
@@ -1318,7 +1318,7 @@ perf_event_nmi_handler(struct notifier_block *self,
 static __read_mostly struct notifier_block perf_event_nmi_notifier = {
        .notifier_call          = perf_event_nmi_handler,
        .next                   = NULL,
-       .priority               = 1
+       .priority               = NMI_LOCAL_LOW_PRIOR,
 };
 
 static struct event_constraint unconstrained;