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

Commit e668505c authored by Ben Hutchings's avatar Ben Hutchings Committed by Greg Kroah-Hartman
Browse files

intel_idle: Fix ID for Nehalem-EX Xeon in device ID table



Commit b66b8b9a ('intel-idle: convert
to x86_cpu_id auto probing') put two entries for model 0x2f
(Westmere-EX Xeon) in the device ID table and left out model 0x2e
(Nehalem-EX Xeon).

Signed-off-by: default avatarBen Hutchings <ben@decadent.org.uk>
Acked-by: default avatarThomas Renninger <trenn@suse.de>
Acked-by: default avatarH. Peter Anvin <hpa@zytor.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 5467bdda
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -360,7 +360,7 @@ static const struct x86_cpu_id intel_idle_ids[] = {
	ICPU(0x1f, idle_cpu_nehalem),
	ICPU(0x25, idle_cpu_westmere),
	ICPU(0x2c, idle_cpu_westmere),
	ICPU(0x2f, idle_cpu_westmere),
	ICPU(0x2e, idle_cpu_westmere),
	ICPU(0x1c, idle_cpu_atom),
	ICPU(0x26, idle_cpu_lincroft),
	ICPU(0x2f, idle_cpu_westmere),