]> err.no Git - linux-2.6/blobdiff - include/asm-arm/hw_irq.h
[AX.25]: Reference counting for AX.25 routes.
[linux-2.6] / include / asm-arm / hw_irq.h
index 275b574fd1a5be077e00b771c57f56ad260c8203..ea856971989a261e3127678ce0d5d06bd68a5795 100644 (file)
@@ -9,7 +9,7 @@
 #if defined(CONFIG_NO_IDLE_HZ)
 # include <asm/dyntick.h>
 # define handle_dynamic_tick(action)                                   \
-       if (!(action->flags & SA_TIMER) && system_timer->dyn_tick) {    \
+       if (!(action->flags & IRQF_TIMER) && system_timer->dyn_tick) {  \
                write_seqlock(&xtime_lock);                             \
                if (system_timer->dyn_tick->state & DYN_TICK_ENABLED)   \
                        system_timer->dyn_tick->handler(irq, 0, regs);  \