From: Zhang Rui Date: Thu, 14 Feb 2019 13:35:06 +0000 (+0800) Subject: intel_idle: add support for Jacobsville X-Git-Tag: v5.1-rc1~151^2~2^2~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=04b1d5d098491244f506c4265cc95b87210eef2f;p=thirdparty%2Flinux.git intel_idle: add support for Jacobsville Jacobsville uses the same C-states as Denverton. Signed-off-by: Zhang Rui Signed-off-by: Rafael J. Wysocki --- diff --git a/drivers/idle/intel_idle.c b/drivers/idle/intel_idle.c index 8b5d85c91e9d4..b8647b5c3d4d9 100644 --- a/drivers/idle/intel_idle.c +++ b/drivers/idle/intel_idle.c @@ -1103,6 +1103,7 @@ static const struct x86_cpu_id intel_idle_ids[] __initconst = { INTEL_CPU_FAM6(ATOM_GOLDMONT, idle_cpu_bxt), INTEL_CPU_FAM6(ATOM_GOLDMONT_PLUS, idle_cpu_bxt), INTEL_CPU_FAM6(ATOM_GOLDMONT_X, idle_cpu_dnv), + INTEL_CPU_FAM6(ATOM_TREMONT_X, idle_cpu_dnv), {} };