Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 7 Sep 2010 13:52:00 GMT
From:      John Baldwin <jhb@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 183462 for review
Message-ID:  <201009071352.o87Dq0lG056716@skunkworks.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://p4web.freebsd.org/@@183462?ac=10

Change 183462 by jhb@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) 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201009071352.o87Dq0lG056716>