ida: Lock the IDA in ida_destroy
[linux-2.6-microblaze.git] / kernel / softirq.c
index 75ffc1d..6f58486 100644 (file)
@@ -390,7 +390,7 @@ static inline void tick_irq_exit(void)
 
        /* Make sure that timer wheel updates are propagated */
        if ((idle_cpu(cpu) && !need_resched()) || tick_nohz_full_cpu(cpu)) {
-               if (!in_interrupt())
+               if (!in_irq())
                        tick_nohz_irq_exit();
        }
 #endif