|
@@ -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_IGNORE (0x100) /* ignore during this idle period */
|
|
|
|
|
|
|
|
#define CPUIDLE_DRIVER_FLAGS_MASK (0xFFFF0000)
|
|
#define CPUIDLE_DRIVER_FLAGS_MASK (0xFFFF0000)
|
|
|
|
|
|
@@ -93,8 +92,6 @@ struct cpuidle_device {
|
|
struct completion kobj_unregister;
|
|
struct completion kobj_unregister;
|
|
void *governor_data;
|
|
void *governor_data;
|
|
int safe_state_index;
|
|
int safe_state_index;
|
|
-
|
|
|
|
- int (*prepare) (struct cpuidle_device *dev);
|
|
|
|
};
|
|
};
|
|
|
|
|
|
DECLARE_PER_CPU(struct cpuidle_device *, cpuidle_devices);
|
|
DECLARE_PER_CPU(struct cpuidle_device *, cpuidle_devices);
|