summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2013-07-03 16:10:49 +0200
committerJason A. Donenfeld <Jason@zx2c4.com>2013-07-03 16:10:49 +0200
commit151a203426ebc1dcbd1f48a804ab8818cd6c1ef6 (patch)
tree09f23f1d908d9146ed8ec019ccb29bf8ce27ad35
parentInitial commit. (diff)
downloadw530-kernel-patches-151a203426ebc1dcbd1f48a804ab8818cd6c1ef6.tar.xz
w530-kernel-patches-151a203426ebc1dcbd1f48a804ab8818cd6c1ef6.zip
Linux 3.10 now has this.
-rw-r--r--ivy-bridge-power.patch21
1 files changed, 0 insertions, 21 deletions
diff --git a/ivy-bridge-power.patch b/ivy-bridge-power.patch
deleted file mode 100644
index 63f1287..0000000
--- a/ivy-bridge-power.patch
+++ /dev/null
@@ -1,21 +0,0 @@
-From eb10f71a176396e4a8e2f8edc01b359d8c8e0dc9 Mon Sep 17 00:00:00 2001
-From: Theodore Ts'o <tytso@mit.edu>
-Date: Thu, 16 May 2013 17:19:49 +0000
-Subject: Enable intel_pstate for the Ivy Bridge processor
-
-Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
----
-diff --git a/drivers/cpufreq/intel_pstate.c b/drivers/cpufreq/intel_pstate.c
-index cc3a8e6..2300269 100644
---- a/drivers/cpufreq/intel_pstate.c
-+++ b/drivers/cpufreq/intel_pstate.c
-@@ -600,6 +600,7 @@ static void intel_pstate_timer_func(unsigned long __data)
- static const struct x86_cpu_id intel_pstate_cpu_ids[] = {
- ICPU(0x2a, default_policy),
- ICPU(0x2d, default_policy),
-+ ICPU(0x3a, default_policy),
- {}
- };
- MODULE_DEVICE_TABLE(x86cpu, intel_pstate_cpu_ids);
---
-cgit v0.9.2