linux-stable/drivers/idle
Jason Baron 0563bb7ba6 intel_idle: replace conditionals with static_cpu_has(X86_FEATURE_ARAT)
If the 'arat' cpu flag is set, then the conditionals in intel_idle() that
guard calling tick_broadcast_enter()/exit() will never be true. Use
static_cpu_has(X86_FEATURE_ARAT) to create a fast path to replace
the conditional.

Signed-off-by: Jason Baron <jbaron@akamai.com>
Acked-by: Jacob Pan <jacob.jun.pan@linux.intel.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
2017-10-11 02:02:16 +02:00
..
intel_idle.c intel_idle: replace conditionals with static_cpu_has(X86_FEATURE_ARAT) 2017-10-11 02:02:16 +02:00
Kconfig i7300_idle: Remove this driver 2016-11-18 12:07:56 +01:00
Makefile i7300_idle: Remove this driver 2016-11-18 12:07:56 +01:00