cpuidle: CPUIDLE_FLAG_CHECK_BM is omap3_idle specific
Signed-off-by: Len Brown <len.brown@intel.com>
This commit is contained in:
@@ -47,6 +47,8 @@
|
|||||||
|
|
||||||
#define OMAP3_STATE_MAX OMAP3_STATE_C7
|
#define OMAP3_STATE_MAX OMAP3_STATE_C7
|
||||||
|
|
||||||
|
#define CPUIDLE_FLAG_CHECK_BM 0x10000 /* use omap3_enter_idle_bm() */
|
||||||
|
|
||||||
struct omap3_processor_cx {
|
struct omap3_processor_cx {
|
||||||
u8 valid;
|
u8 valid;
|
||||||
u8 type;
|
u8 type;
|
||||||
|
@@ -47,7 +47,6 @@ struct cpuidle_state {
|
|||||||
|
|
||||||
/* Idle State Flags */
|
/* Idle State Flags */
|
||||||
#define CPUIDLE_FLAG_TIME_VALID (0x01) /* is residency time measurable? */
|
#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_FLAG_IGNORE (0x100) /* ignore during this idle period */
|
||||||
|
|
||||||
#define CPUIDLE_DRIVER_FLAGS_MASK (0xFFFF0000)
|
#define CPUIDLE_DRIVER_FLAGS_MASK (0xFFFF0000)
|
||||||
|
Reference in New Issue
Block a user