Merge pull request #2 from martin-frbg/martin-frbg-patch-1-1

Update cpuid_x86.c
This commit is contained in:
Martin Kroeker 2016-10-16 22:48:58 +02:00 committed by GitHub
commit da83ec94d1
1 changed files with 3 additions and 0 deletions

View File

@ -1110,6 +1110,9 @@ int get_cpuname(void){
break;
case 3:
switch (model) {
case 7:
// Bay Trail
return CPUTYPE_ATOM;
case 10:
case 14:
// Ivy Bridge