Merge pull request #2 from martin-frbg/martin-frbg-patch-1-1
Update cpuid_x86.c
This commit is contained in:
commit
da83ec94d1
|
@ -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