Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 23795e58 authored by Len Brown's avatar Len Brown
Browse files

intel_idle: enable IVB Xeon support



IVB Xeon currently shares the same parameters IVB client.

Signed-off-by: default avatarLen Brown <len.brown@intel.com>
parent 5e19997a
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -413,6 +413,7 @@ static const struct x86_cpu_id intel_idle_ids[] = {
	ICPU(0x2a, idle_cpu_snb),
	ICPU(0x2d, idle_cpu_snb),
	ICPU(0x3a, idle_cpu_ivb),
	ICPU(0x3e, idle_cpu_ivb),
	{}
};
MODULE_DEVICE_TABLE(x86cpu, intel_idle_ids);