projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
021eb25
)
x86/mwait-idle: add support for Jacobsville
author
Zhang Rui
<rui.zhang@intel.com>
Fri, 6 Sep 2019 15:05:39 +0000
(17:05 +0200)
committer
Jan 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
patch
|
blob
|
history
diff --git
a/xen/arch/x86/cpu/mwait-idle.c
b/xen/arch/x86/cpu/mwait-idle.c
index 6bdb2286cba7003f23fe195b526712e7b3598e64..52413e6da197eadf363c2aa981e2bf5b4e90d071 100644
(file)
--- a/
xen/arch/x86/cpu/mwait-idle.c
+++ b/
xen/arch/x86/cpu/mwait-idle.c
@@
-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),
{}
};