PERFORCE change 208644 for review

John Baldwin jhb at FreeBSD.org
Tue Mar 27 21:25:10 UTC 2012


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

Change 208644 by jhb at jhb_jhbbsd on 2012/03/27 21:24:15

	Add E7 and Romley.

Affected files ...

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

Differences ...

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

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


More information about the p4-projects mailing list