fedora core 6 1.2949 + vserver 2.2.0
[linux-2.6.git] / include / asm-arm / hw_irq.h
index ea85697..98d594a 100644 (file)
@@ -12,7 +12,7 @@
        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);  \
+                       system_timer->dyn_tick->handler(irq, NULL);     \
                write_sequnlock(&xtime_lock);                           \
        }
 #endif