diff options
author | Len Brown <len.brown@intel.com> | 2011-01-12 08:45:00 +0100 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2011-01-12 18:47:32 +0100 |
commit | 642f11c53f17aee991d97d14e6922172849ef227 (patch) | |
tree | 46a2149860e4380031f06ebfdd0f63b466e26b84 | |
parent | SH, cpuidle: delete use of NOP CPUIDLE_FLAGS_SHALLOW (diff) | |
download | linux-642f11c53f17aee991d97d14e6922172849ef227.tar.xz linux-642f11c53f17aee991d97d14e6922172849ef227.zip |
cpuidle: delete unused CPUIDLE_FLAG_SHALLOW, BALANCED, DEEP definitions
Signed-off-by: Len Brown <len.brown@intel.com>
-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 { /* 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_SHALLOW (0x20) /* low latency, minimal savings */ -#define CPUIDLE_FLAG_BALANCED (0x40) /* medium latency, moderate savings */ -#define CPUIDLE_FLAG_DEEP (0x80) /* high latency, large savings */ #define CPUIDLE_FLAG_IGNORE (0x100) /* ignore during this idle period */ #define CPUIDLE_FLAG_TLB_FLUSHED (0x200) /* tlb will be flushed */ |