cpuidle: CPUIDLE_FLAG_CHECK_BM is omap3_idle specific
authorLen Brown <len.brown@intel.com>
Wed, 12 Jan 2011 07:56:15 +0000 (02:56 -0500)
committerLen Brown <len.brown@intel.com>
Wed, 12 Jan 2011 17:47:34 +0000 (12:47 -0500)
Signed-off-by: Len Brown <len.brown@intel.com>
arch/arm/mach-omap2/cpuidle34xx.c
include/linux/cpuidle.h

index 0d50b45d041c1d30d1f2aa1b8c84ed8ad7b1d667..f9be4e3078bc3d7a2bc7b7cbe241ba399f6a7203 100644 (file)
@@ -47,6 +47,8 @@
 
 #define OMAP3_STATE_MAX OMAP3_STATE_C7
 
+#define CPUIDLE_FLAG_CHECK_BM  0x10000 /* use omap3_enter_idle_bm() */
+
 struct omap3_processor_cx {
        u8 valid;
        u8 type;
index 6be722c725d53bd13386070d37beea01e95d34ed..36719ead50e8bcd0018f8e620e45533132931683 100644 (file)
@@ -47,7 +47,6 @@ struct cpuidle_state {
 
 /* Idle State Flags */
 #define CPUIDLE_FLAG_TIME_VALID        (0x01) /* is residency time measurable? */
-#define CPUIDLE_FLAG_CHECK_BM  (0x02) /* BM activity will exit state */
 #define CPUIDLE_FLAG_IGNORE    (0x100) /* ignore during this idle period */
 
 #define CPUIDLE_DRIVER_FLAGS_MASK (0xFFFF0000)