From: Jacob Pan Date: Tue, 7 Apr 2015 12:47:26 +0000 (-0700) Subject: thermal/intel_powerclamp: add id for broadwell server X-Git-Tag: v4.1-rc4~14^2~3 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=f09bfdb6670e08b004959de727eeec73baa753a2;p=uclinux-h8%2Flinux.git 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 Signed-off-by: Zhang Rui --- 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}, {} };