projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9062fd6
)
mwait-idle: add KBL support
author
Len Brown
<len.brown@intel.com>
Thu, 9 Jun 2016 13:52:05 +0000
(15:52 +0200)
committer
Jan Beulich
<jbeulich@suse.com>
Thu, 9 Jun 2016 13:52:05 +0000
(15:52 +0200)
KBL is similar to SKL
Signed-off-by: Len Brown <len.brown@intel.com>
[Linux commit:
3ce093d4de753d6c92cc09366e29d0618a62f542
]
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 d51f3fd997c8c4d221773ca41631215bdeb84e2d..fee78254e6f8de98977de09eee32d74f1d2e69e3 100644
(file)
--- a/
xen/arch/x86/cpu/mwait-idle.c
+++ b/
xen/arch/x86/cpu/mwait-idle.c
@@
-825,6
+825,8
@@
static const struct x86_cpu_id intel_idle_ids[] __initconst = {
ICPU(0x56, bdw),
ICPU(0x4e, skl),
ICPU(0x5e, skl),
+ ICPU(0x8e, skl),
+ ICPU(0x9e, skl),
ICPU(0x55, skx),
ICPU(0x57, knl),
{}