PERFORCE change 183462 for review

John Baldwin jhb at FreeBSD.org
Tue Sep 7 13:52:01 UTC 2010


http://p4web.freebsd.org/@@183462?ac=10

Change 183462 by jhb at jhb_jhbbsd on 2010/09/07 13:51:01

	Treat Westmere like Nehalem.

Affected files ...

.. //depot/projects/mcelog/intel.c#3 edit

Differences ...

==== //depot/projects/mcelog/intel.c#3 (text) ====

@@ -38,7 +38,7 @@
 			return CPU_CORE2;
 		else if (model == 0x1d)
 			return CPU_DUNNINGTON;
-		else if (model == 0x1a)
+		else if (model == 0x1a || model == 0x2c) /* Nehalem/Westmere */
 			return CPU_NEHALEM;
 
 		if (model >= 0x1a) 


More information about the p4-projects mailing list