----- Original Message ----- From: "Kevin Hilman" <[email protected]>
 /* enter the state and update stats */
@@ -91,6 +93,12 @@ static void cpuidle_idle_call(void)
 /* give the governor an opportunity to reflect on the outcome */
 if (cpuidle_curr_governor->reflect)
 cpuidle_curr_governor->reflect(dev);
+
+ return;
+

... I think you want to drop this return.  If it returns here, it
will still not enable IRQs.  I think it should just fall through
to the enable and return.

Since omap3_enter_idle returns with interrupts enabled, I had
added this return. We could remove it also for safety purposes.

Thanks
Hemanth
--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to