]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
x86/intel_idle: Add Knights Mill CPUID
authorPiotr Luc <piotr.luc@intel.com>
Thu, 13 Oct 2016 15:30:58 +0000 (17:30 +0200)
committerLen Brown <len.brown@intel.com>
Thu, 1 Dec 2016 05:29:07 +0000 (00:29 -0500)
Add Knights Mill (KNM) to the list of CPUIDs supported by intel_idle.

Signed-off-by: Piotr Luc <piotr.luc@intel.com>
Reviewed-by: Dave Hansen <dave.hansen@intel.com>
Signed-off-by: Len Brown <len.brown@intel.com>
drivers/idle/intel_idle.c

index 5ded9b22b01523580ccf88e9cf6498103609fc2e..d6377c16b3f8f480111444a1f019f3a17f04f678 100644 (file)
@@ -1133,6 +1133,7 @@ static const struct x86_cpu_id intel_idle_ids[] __initconst = {
        ICPU(INTEL_FAM6_KABYLAKE_DESKTOP,       idle_cpu_skl),
        ICPU(INTEL_FAM6_SKYLAKE_X,              idle_cpu_skx),
        ICPU(INTEL_FAM6_XEON_PHI_KNL,           idle_cpu_knl),
+       ICPU(INTEL_FAM6_XEON_PHI_KNM,           idle_cpu_knl),
        ICPU(INTEL_FAM6_ATOM_GOLDMONT,          idle_cpu_bxt),
        ICPU(INTEL_FAM6_ATOM_DENVERTON,         idle_cpu_dnv),
        {}