diff options
Diffstat (limited to 'arch/arm/mach-omap2/cpuidle34xx.c')
-rw-r--r-- | arch/arm/mach-omap2/cpuidle34xx.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/arm/mach-omap2/cpuidle34xx.c b/arch/arm/mach-omap2/cpuidle34xx.c index 80392fca86c6..06f567faf993 100644 --- a/arch/arm/mach-omap2/cpuidle34xx.c +++ b/arch/arm/mach-omap2/cpuidle34xx.c | |||
@@ -107,8 +107,6 @@ static int __omap3_enter_idle(struct cpuidle_device *dev, | |||
107 | { | 107 | { |
108 | struct omap3_idle_statedata *cx = &omap3_idle_data[index]; | 108 | struct omap3_idle_statedata *cx = &omap3_idle_data[index]; |
109 | 109 | ||
110 | local_fiq_disable(); | ||
111 | |||
112 | if (omap_irq_pending() || need_resched()) | 110 | if (omap_irq_pending() || need_resched()) |
113 | goto return_sleep_time; | 111 | goto return_sleep_time; |
114 | 112 | ||
@@ -143,7 +141,6 @@ static int __omap3_enter_idle(struct cpuidle_device *dev, | |||
143 | clkdm_allow_idle(mpu_pd->pwrdm_clkdms[0]); | 141 | clkdm_allow_idle(mpu_pd->pwrdm_clkdms[0]); |
144 | 142 | ||
145 | return_sleep_time: | 143 | return_sleep_time: |
146 | local_fiq_enable(); | ||
147 | 144 | ||
148 | return index; | 145 | return index; |
149 | } | 146 | } |