X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=include%2Fasm-arm%2Fhw_irq.h;h=98d594a973d6c821d5314afb6c13c08d22871fd1;hb=97bf2856c6014879bd04983a3e9dfcdac1e7fe85;hp=ea856971989a261e3127678ce0d5d06bd68a5795;hpb=f05f9504c50ed069377d37f02f22e7a16b5921de;p=linux-2.6.git diff --git a/include/asm-arm/hw_irq.h b/include/asm-arm/hw_irq.h index ea8569719..98d594a97 100644 --- a/include/asm-arm/hw_irq.h +++ b/include/asm-arm/hw_irq.h @@ -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