diff options
author | Jacob Pan <jacob.jun.pan@linux.intel.com> | 2014-12-15 10:15:41 -0800 |
---|---|---|
committer | Zhang Rui <rui.zhang@intel.com> | 2014-12-21 21:36:41 +0800 |
commit | 59c56eb6db0c14fe569b1c9625cb850e52d29d88 (patch) | |
tree | 260c69182765f21f9a961973f01c3c63613a9ebc /drivers | |
parent | 97bf6af1f928216fd6c5a66e8a57bfa95a659672 (diff) |
thermal/powerclamp: add ids for future xeon cpus
Enable Intel Powerclamp driver on Xeon cpu id 0x56, package C-state
is available on this CPU for idle injection.
Signed-off-by: Jacob Pan <jacob.jun.pan@linux.intel.com>
Signed-off-by: Zhang Rui <rui.zhang@intel.com>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/thermal/intel_powerclamp.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/thermal/intel_powerclamp.c b/drivers/thermal/intel_powerclamp.c index e98b4249187..6ceebd659dd 100644 --- a/drivers/thermal/intel_powerclamp.c +++ b/drivers/thermal/intel_powerclamp.c @@ -688,6 +688,7 @@ static const struct x86_cpu_id intel_powerclamp_ids[] = { { X86_VENDOR_INTEL, 6, 0x45}, { X86_VENDOR_INTEL, 6, 0x46}, { X86_VENDOR_INTEL, 6, 0x4c}, + { X86_VENDOR_INTEL, 6, 0x56}, {} }; MODULE_DEVICE_TABLE(x86cpu, intel_powerclamp_ids); |