summaryrefslogtreecommitdiff
path: root/kernels/linux-libre-pae/3.11-haswell-intel_pstate.patch
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@endefensadelsl.org>2013-12-27 23:55:53 +0000
committerNicolás Reynolds <fauno@endefensadelsl.org>2013-12-27 23:55:53 +0000
commit65eeff79fff8a1bfdf67ca51d147384f46f4d5c0 (patch)
treefbfdff322b28d9a3c37e6e31c94caf1d8e48dac1 /kernels/linux-libre-pae/3.11-haswell-intel_pstate.patch
parentd53c44f055929b18d7d1b25f8367ee5836c435fc (diff)
Fri Dec 27 23:54:04 UTC 2013
Diffstat (limited to 'kernels/linux-libre-pae/3.11-haswell-intel_pstate.patch')
-rw-r--r--kernels/linux-libre-pae/3.11-haswell-intel_pstate.patch32
1 files changed, 0 insertions, 32 deletions
diff --git a/kernels/linux-libre-pae/3.11-haswell-intel_pstate.patch b/kernels/linux-libre-pae/3.11-haswell-intel_pstate.patch
deleted file mode 100644
index 1f376b518..000000000
--- a/kernels/linux-libre-pae/3.11-haswell-intel_pstate.patch
+++ /dev/null
@@ -1,32 +0,0 @@
-From 6cdcdb793791f776ea9408581b1242b636d43b37 Mon Sep 17 00:00:00 2001
-From: Nell Hardcastle <nell@spicious.com>
-Date: Sun, 30 Jun 2013 22:58:57 +0000
-Subject: intel_pstate: Add Haswell CPU models
-
-Enable the intel_pstate driver for Haswell CPUs. One missing Ivy Bridge
-model (0x3E) is also included. Models referenced from
-tools/power/x86/turbostat/turbostat.c:has_nehalem_turbo_ratio_limit
-
-Signed-off-by: Nell Hardcastle <nell@spicious.com>
-Acked-by: Viresh Kumar <viresh.kumar@linaro.org>
-Acked-by: Dirk Brandewie <dirk.j.brandewie@intel.com>
-Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
----
-diff --git a/drivers/cpufreq/intel_pstate.c b/drivers/cpufreq/intel_pstate.c
-index 6efd96c..9733f29 100644
---- a/drivers/cpufreq/intel_pstate.c
-+++ b/drivers/cpufreq/intel_pstate.c
-@@ -522,6 +522,11 @@ static const struct x86_cpu_id intel_pstate_cpu_ids[] = {
- ICPU(0x2a, default_policy),
- ICPU(0x2d, default_policy),
- ICPU(0x3a, default_policy),
-+ ICPU(0x3c, default_policy),
-+ ICPU(0x3e, default_policy),
-+ ICPU(0x3f, default_policy),
-+ ICPU(0x45, default_policy),
-+ ICPU(0x46, default_policy),
- {}
- };
- MODULE_DEVICE_TABLE(x86cpu, intel_pstate_cpu_ids);
---
-cgit v0.9.2