]> xenbits.xensource.com Git - people/iwj/xen.git/commitdiff
x86/mwait-idle: add support for Jacobsville
authorZhang Rui <rui.zhang@intel.com>
Fri, 6 Sep 2019 15:05:39 +0000 (17:05 +0200)
committerJan Beulich <jbeulich@suse.com>
Fri, 6 Sep 2019 15:05:39 +0000 (17:05 +0200)
Jacobsville uses the same C-states as Denverton.

Signed-off-by: Zhang Rui <rui.zhang@intel.com>
[Linux commit 04b1d5d098491244f506c4265cc95b87210eef2f]
Signed-off-by: Jan Beulich <jbeulich@suse.com>
Acked-by: Andrew Cooper <andrew.cooper3@citrix.com>
xen/arch/x86/cpu/mwait-idle.c

index 6bdb2286cba7003f23fe195b526712e7b3598e64..52413e6da197eadf363c2aa981e2bf5b4e90d071 100644 (file)
@@ -962,6 +962,7 @@ static const struct x86_cpu_id intel_idle_ids[] __initconstrel = {
        ICPU(0x5c, bxt),
        ICPU(0x7a, bxt),
        ICPU(0x5f, dnv),
+       ICPU(0x86, dnv),
        {}
 };