add intel model 37 westmere mobile chip , no AES to the cpuid.c

This commit is contained in:
jasonmoxham 2010-11-18 22:50:16 +00:00
parent 77032fd737
commit 517e8e1c48

View File

@ -84,6 +84,7 @@ Boston, MA 02110-1301, USA.
if (model == 28){ CPUIS(atom);break;}
if (model == 29){ CPUIS(penryn);break;}
if (model == 30){ CPUIS(westmere);break;}
if (model == 37){ CPUIS(westmere);break;}
break;
case 15:
#if CONFIG_GUESS_64BIT || FAT64