]> git.karo-electronics.de Git - linux-beck.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)
commit5f97899d780787a8bbb42dee3be91ab5d8003b7f
tree5d36e3c5a9357645f1a840f508995963c698012c
parent4492d1a2e9566495858d25b35093e11509707407
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