VisionFive2 Linux kernel

StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)

More than 9999 Commits   33 Branches   55 Tags
author: Ben Hutchings <ben@decadent.org.uk> 2012-02-11 22:57:38 +0000 committer: Greg Kroah-Hartman <gregkh@linuxfoundation.org> 2012-02-13 15:24:27 -0800 commit: e668505c9811411c6096888b43ba104f35c9e9c3 parent: 5467bdda4a326513c2f14b712a22d59115b7ae94
Commit Summary:
intel_idle: Fix ID for Nehalem-EX Xeon in device ID table
Diffstat:
1 file changed, 1 insertion, 1 deletion
diff --git a/drivers/idle/intel_idle.c b/drivers/idle/intel_idle.c
index 237fe5785f01..a238649e7461 100644
--- a/drivers/idle/intel_idle.c
+++ b/drivers/idle/intel_idle.c
@@ -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),