x86, NMI: Add priorities to handlers
[deliverable/linux.git] / arch / x86 / oprofile / nmi_timer_int.c
index 0636dd93cef8d64a718124ddfa7c5a02edd2174f..720bf5a53c513cc05aeafa644d83d70ed1e2017c 100644 (file)
@@ -38,7 +38,7 @@ static int profile_timer_exceptions_notify(struct notifier_block *self,
 static struct notifier_block profile_timer_exceptions_nb = {
        .notifier_call = profile_timer_exceptions_notify,
        .next = NULL,
-       .priority = 0
+       .priority = NMI_LOW_PRIOR,
 };
 
 static int timer_start(void)
This page took 0.030792 seconds and 5 git commands to generate.