cpuid update
This commit is contained in:
parent
854897bb3c
commit
82d443443a
3
cpuid.c
3
cpuid.c
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user