intel_idle: Define CPUIDLE_FLAG_TLB_FLUSHED as BIT(16)
Use the BIT() macro for defining CPUIDLE_FLAG_TLB_FLUSHED instead of the hex bit encoding of the same value. No intentional functional impact. Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
This commit is contained in:
parent
6eacb15fef
commit
a472e4b592
@ -101,7 +101,7 @@ static unsigned int mwait_substates __initdata;
|
|||||||
* If this flag is set, SW flushes the TLB, so even if the
|
* If this flag is set, SW flushes the TLB, so even if the
|
||||||
* HW doesn't do the flushing, this flag is safe to use.
|
* HW doesn't do the flushing, this flag is safe to use.
|
||||||
*/
|
*/
|
||||||
#define CPUIDLE_FLAG_TLB_FLUSHED 0x10000
|
#define CPUIDLE_FLAG_TLB_FLUSHED BIT(16)
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* MWAIT takes an 8-bit "hint" in EAX "suggesting"
|
* MWAIT takes an 8-bit "hint" in EAX "suggesting"
|
||||||
|
Loading…
Reference in New Issue
Block a user