Update cpuid_x86.c
Add Bay Trail "Pentium N3520" atom cpu
This commit is contained in:
parent
4998e19869
commit
3409bccb21
|
@ -1110,6 +1110,9 @@ int get_cpuname(void){
|
||||||
break;
|
break;
|
||||||
case 3:
|
case 3:
|
||||||
switch (model) {
|
switch (model) {
|
||||||
|
case 7:
|
||||||
|
// Bay Trail
|
||||||
|
return CPUTYPE_ATOM;
|
||||||
case 10:
|
case 10:
|
||||||
case 14:
|
case 14:
|
||||||
// Ivy Bridge
|
// Ivy Bridge
|
||||||
|
|
Loading…
Reference in New Issue