On Wed, Jan 13, 2010 at 2:05 PM, Gonzalo Tornaria
<[email protected]> wrote:
> ---------- Forwarded message ----------
> From: Jaap Spies <[email protected]>
> ...
> [j...@vrede sage-4.3.1.alpha1]$ cat /proc/cpuinfo
> processor : 0
> vendor_id : GenuineIntel
> cpu family : 6
> model : 30
> ...
The following one-liner should fix this. Applies to mpir 1.2.2 or 1.3.0.
--- cpuid.c.orig 2010-01-13 14:05:49.727769382 -0200
+++ cpuid.c 2010-01-13 14:22:43.662733463 -0200
@@ -81,6 +81,7 @@
if (model == 26){ CPUIS(nehalem);break;}
if (model == 28){ CPUIS(atom);break;}
if (model == 29){ CPUIS(penryn);break;}
+ if (model == 30){ CPUIS(nehalem);break;}
break;
case 15:
#if CONFIG_GUESS_64BIT || FAT64
--
You received this message because you are subscribed to the Google Groups
"mpir-devel" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/mpir-devel?hl=en.