aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/thermal
diff options
context:
space:
mode:
authorJacob Pan <jacob.jun.pan@linux.intel.com>2015-04-07 05:47:26 -0700
committerZhang Rui <rui.zhang@intel.com>2015-05-09 13:36:56 +0800
commitf09bfdb6670e08b004959de727eeec73baa753a2 (patch)
treee45064f7bdc6c4febc0f1565e90fba704543db87 /drivers/thermal
parentthermal/intel_powerclamp: add __init / __exit annotations (diff)
downloadlinux-dev-f09bfdb6670e08b004959de727eeec73baa753a2.tar.xz
linux-dev-f09bfdb6670e08b004959de727eeec73baa753a2.zip
thermal/intel_powerclamp: add id for broadwell server
Broadwell server has support for package C-states, idle injection works as expected on this platform. Signed-off-by: Jacob Pan <jacob.jun.pan@linux.intel.com> Signed-off-by: Zhang Rui <rui.zhang@intel.com>
Diffstat (limited to 'drivers/thermal')
-rw-r--r--drivers/thermal/intel_powerclamp.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/thermal/intel_powerclamp.c b/drivers/thermal/intel_powerclamp.c
index b0f7ced5c3ef..9b02d19ce1a4 100644
--- a/drivers/thermal/intel_powerclamp.c
+++ b/drivers/thermal/intel_powerclamp.c
@@ -689,6 +689,7 @@ static const struct x86_cpu_id intel_powerclamp_ids[] __initconst = {
{ X86_VENDOR_INTEL, 6, 0x46},
{ X86_VENDOR_INTEL, 6, 0x4c},
{ X86_VENDOR_INTEL, 6, 0x4d},
+ { X86_VENDOR_INTEL, 6, 0x4f},
{ X86_VENDOR_INTEL, 6, 0x56},
{}
};