]> git.baikalelectronics.ru Git - kernel.git/commit
intel_pstate: remove MSR test
authorKristen Carlson Accardi <kristen@linux.intel.com>
Fri, 10 Apr 2015 17:21:09 +0000 (10:21 -0700)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Sat, 11 Apr 2015 00:13:28 +0000 (02:13 +0200)
commit5654c32614a7a289eb7a7279bc2f63b147d27a13
tree5d36e3c5a9357645f1a840f508995963c698012c
parent31b34616b1864486665f2f75360223057ce184fb
intel_pstate: remove MSR test

x86_match_cpu will not match our cpuid unless APERF/MPERF flag is
set, so there is no need to do the manual check for this MSR.

Signed-off-by: Kristen Carlson Accardi <kristen@linux.intel.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
drivers/cpufreq/intel_pstate.c