diff options
-rw-r--r-- | include/linux/cpuidle.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/linux/cpuidle.h b/include/linux/cpuidle.h index dee32853b0da..c25295337382 100644 --- a/include/linux/cpuidle.h +++ b/include/linux/cpuidle.h | |||
@@ -48,9 +48,6 @@ struct cpuidle_state { | |||
48 | /* Idle State Flags */ | 48 | /* Idle State Flags */ |
49 | #define CPUIDLE_FLAG_TIME_VALID (0x01) /* is residency time measurable? */ | 49 | #define CPUIDLE_FLAG_TIME_VALID (0x01) /* is residency time measurable? */ |
50 | #define CPUIDLE_FLAG_CHECK_BM (0x02) /* BM activity will exit state */ | 50 | #define CPUIDLE_FLAG_CHECK_BM (0x02) /* BM activity will exit state */ |
51 | #define CPUIDLE_FLAG_SHALLOW (0x20) /* low latency, minimal savings */ | ||
52 | #define CPUIDLE_FLAG_BALANCED (0x40) /* medium latency, moderate savings */ | ||
53 | #define CPUIDLE_FLAG_DEEP (0x80) /* high latency, large savings */ | ||
54 | #define CPUIDLE_FLAG_IGNORE (0x100) /* ignore during this idle period */ | 51 | #define CPUIDLE_FLAG_IGNORE (0x100) /* ignore during this idle period */ |
55 | #define CPUIDLE_FLAG_TLB_FLUSHED (0x200) /* tlb will be flushed */ | 52 | #define CPUIDLE_FLAG_TLB_FLUSHED (0x200) /* tlb will be flushed */ |
56 | 53 | ||