From d05c67efd94f301b48bc486246161b05acaa8df2 Mon Sep 17 00:00:00 2001 From: Artem Bityutskiy Date: Wed, 19 Jan 2022 13:46:05 +0100 Subject: [PATCH] x86/mwait-idle: add Icelake-D support MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit This patch adds Icelake Xeon D support to the intel_idle driver. Since Icelake D and Icelake SP C-state characteristics the same, we use Icelake SP C-states table for Icelake D as well. Signed-off-by: Artem Bityutskiy Acked-by: Chen Yu Signed-off-by: Rafael J. Wysocki [Linux commit: 22141d5f411895bb1b0df2a6b05f702e11e63918] Signed-off-by: Jan Beulich Acked-by: Roger Pau Monné --- 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 15c4996581..97e19246b6 100644 --- a/xen/arch/x86/cpu/mwait-idle.c +++ b/xen/arch/x86/cpu/mwait-idle.c @@ -990,6 +990,7 @@ static const struct x86_cpu_id intel_idle_ids[] __initconstrel = { ICPU(0x9e, skl), ICPU(0x55, skx), ICPU(0x6a, icx), + ICPU(0x6c, icx), ICPU(0x57, knl), ICPU(0x85, knl), ICPU(0x5c, bxt), -- 2.39.5