From: Tony Lindgren Date: Wed, 29 Jun 2005 15:12:24 +0000 (-0700) Subject: ARM: OMAP: Updated idle to use generic ARM dyntick X-Git-Tag: v2.6.13-omap1~88 X-Git-Url: http://pilppa.com/gitweb/?a=commitdiff_plain;h=00592e706c9066974cab71a4350d2cbd63feeaca;p=linux-2.6-omap-h63xx.git ARM: OMAP: Updated idle to use generic ARM dyntick Updated idle to use generic ARM dyntick --- diff --git a/arch/arm/mach-omap/pm.c b/arch/arm/mach-omap/pm.c index 8c5e4626462..3aab70bbe8f 100644 --- a/arch/arm/mach-omap/pm.c +++ b/arch/arm/mach-omap/pm.c @@ -93,10 +93,7 @@ void omap_pm_idle(void) local_irq_enable(); #if defined(CONFIG_OMAP_32K_TIMER) && defined(CONFIG_NO_IDLE_HZ) - /* Override timer to use dynamic tick for the next cycle */ - if ((system_timer->dyn_tick->state & DYN_TICK_ENABLED) - && system_timer->dyn_tick->reprogram) - system_timer->dyn_tick->reprogram(); + timer_dyn_reprogram(); #endif /*