Recognize newer Zhaoxin/Centaur processors as Nehalem
This commit is contained in:
parent
0d8d261dd4
commit
eb2fdd3af0
|
@ -824,6 +824,9 @@ static gotoblas_t *get_coretype(void){
|
||||||
switch (family) {
|
switch (family) {
|
||||||
case 0x6:
|
case 0x6:
|
||||||
return &gotoblas_NANO;
|
return &gotoblas_NANO;
|
||||||
|
break;
|
||||||
|
case 0x7:
|
||||||
|
return &gotoblas_NEHALEM;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue