Message ID | 1550151306-15500-1-git-send-email-rui.zhang@intel.com (mailing list archive) |
---|---|
State | Mainlined |
Delegated to: | Rafael Wysocki |
Headers | show |
Series | intel_idle: add support for Jacobsville | expand |
On Thursday, February 14, 2019 2:35:06 PM CET Zhang Rui wrote: > Jacobsville uses the same C-states as Denverton. > > Signed-off-by: Zhang Rui <rui.zhang@intel.com> > --- > drivers/idle/intel_idle.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/drivers/idle/intel_idle.c b/drivers/idle/intel_idle.c > index 8b5d85c..b8647b5 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), > {} > }; > > Applied, thanks!
diff --git a/drivers/idle/intel_idle.c b/drivers/idle/intel_idle.c index 8b5d85c..b8647b5 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), {} };
Jacobsville uses the same C-states as Denverton. Signed-off-by: Zhang Rui <rui.zhang@intel.com> --- drivers/idle/intel_idle.c | 1 + 1 file changed, 1 insertion(+)