]> Pileus Git - ~andy/linux/blobdiff - arch/arm/mach-omap2/cpuidle34xx.c
Merge tag 'cleanup-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...
[~andy/linux] / arch / arm / mach-omap2 / cpuidle34xx.c
index cca045c95fbf12d9dc943421c1f30a38b55565fc..e18709d3b95d906e79e070774e2c277d81b5f709 100644 (file)
@@ -112,8 +112,6 @@ static int omap3_enter_idle(struct cpuidle_device *dev,
 {
        struct omap3_idle_statedata *cx = &omap3_idle_data[index];
 
-       local_fiq_disable();
-
        if (omap_irq_pending() || need_resched())
                goto return_sleep_time;
 
@@ -148,7 +146,6 @@ static int omap3_enter_idle(struct cpuidle_device *dev,
                clkdm_allow_idle(mpu_pd->pwrdm_clkdms[0]);
 
 return_sleep_time:
-       local_fiq_enable();
 
        return index;
 }