]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/cpuidle/cpuidle.c
PCI: add routines for debugging and handling lost interrupts
[linux-2.6-omap-h63xx.git] / drivers / cpuidle / cpuidle.c
index eb2cade562db5b5e83054fba788ca6f38accfc6e..bb6e3b338043e13e8e87bc8fceaad67e8f6a9dcc 100644 (file)
@@ -56,7 +56,11 @@ static void cpuidle_idle_call(void)
                if (pm_idle_old)
                        pm_idle_old();
                else
+#if defined(CONFIG_ARCH_HAS_DEFAULT_IDLE)
+                       default_idle();
+#else
                        local_irq_enable();
+#endif
                return;
        }