]> Git Repo - linux.git/commitdiff
intel powerclamp: support Knights Landing
authorDasaratharaman Chandramouli <[email protected]>
Fri, 17 Apr 2015 22:31:06 +0000 (15:31 -0700)
committerZhang Rui <[email protected]>
Fri, 1 May 2015 03:39:04 +0000 (11:39 +0800)
This patch enables intel_powerclamp driver to run on the
next-generation Intel(R) Xeon Phi Microarchitecture
code named "Knights Landing"

Signed-off-by: Dasaratharaman Chandramouli <[email protected]>
Acked-by: Jacob Pan <[email protected]>
Signed-off-by: Zhang Rui <[email protected]>
drivers/thermal/intel_powerclamp.c

index 12623bc02f46679674d9bd1c3f1574fc21b57c37..e34ccd5b1ba0b7e4ca78b4249d95fd1cbf214e12 100644 (file)
@@ -690,6 +690,7 @@ static const struct x86_cpu_id intel_powerclamp_ids[] = {
        { X86_VENDOR_INTEL, 6, 0x4c},
        { X86_VENDOR_INTEL, 6, 0x4d},
        { X86_VENDOR_INTEL, 6, 0x56},
+       { X86_VENDOR_INTEL, 6, 0x57},
        {}
 };
 MODULE_DEVICE_TABLE(x86cpu, intel_powerclamp_ids);
This page took 0.055649 seconds and 4 git commands to generate.