cpuidle: delete NOP CPUIDLE_FLAG_POLL
it serves no purpose Signed-off-by: Len Brown <len.brown@intel.com>
This commit is contained in:
parent
0aae9f923b
commit
d247632c08
2 changed files with 1 additions and 2 deletions
|
@ -48,7 +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_POLL (0x10) /* no latency, no savings */
|
||||
#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 */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue