From 757a011adffecdd8bc826db695700e5f7b21847c Mon Sep 17 00:00:00 2001 From: Zhang Rui Date: Fri, 6 Sep 2019 17:05:39 +0200 Subject: [PATCH] x86/mwait-idle: add support for Jacobsville Jacobsville uses the same C-states as Denverton. Signed-off-by: Zhang Rui [Linux commit 04b1d5d098491244f506c4265cc95b87210eef2f] Signed-off-by: Jan Beulich Acked-by: Andrew Cooper --- xen/arch/x86/cpu/mwait-idle.c | 1 + 1 file changed, 1 insertion(+) diff --git a/xen/arch/x86/cpu/mwait-idle.c b/xen/arch/x86/cpu/mwait-idle.c index 6bdb2286cb..52413e6da1 100644 --- 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), {} }; -- 2.30.2