cpuidle, OMAP4: Push RCU-idle into omap4_enter_lowpower()
[linux-2.6-microblaze.git] / arch / arm / mach-omap2 / common.h
index bd59819..b745ff5 100644 (file)
@@ -284,11 +284,13 @@ extern u32 omap4_get_cpu1_ns_pa_addr(void);
 
 #if defined(CONFIG_SMP) && defined(CONFIG_PM)
 extern int omap4_mpuss_init(void);
-extern int omap4_enter_lowpower(unsigned int cpu, unsigned int power_state);
+extern int omap4_enter_lowpower(unsigned int cpu, unsigned int power_state,
+                               bool rcuidle);
 extern int omap4_hotplug_cpu(unsigned int cpu, unsigned int power_state);
 #else
 static inline int omap4_enter_lowpower(unsigned int cpu,
-                                       unsigned int power_state)
+                                       unsigned int power_state,
+                                       bool rcuidle)
 {
        cpu_do_idle();
        return 0;