cpuid update

This commit is contained in:
jasonmoxham 2012-03-13 07:22:11 +00:00
parent 854897bb3c
commit 82d443443a

View File

@ -156,9 +156,10 @@ CPUVEC_SETUP_x86_64;
if (model == 37){ CPUIS(westmere);break;}
if (model == 42){ CPUIS(sandybridge);break;}
if (model == 44){ CPUIS(westmere);break;}
if (model == 45){ CPUIS(sandybridge);break;} // check this model is correct
if (model == 45){ CPUIS(sandybridge);break;}
if (model == 46){ CPUIS(nehalem);break;}
if (model == 47){ CPUIS(westmere);break;}
//if (model == 58){ CPUIS(ivybridge);break;}
break;
case 15:
#if CONFIG_GUESS_64BIT || FAT64