Skip to content

Commit da83ec9

Browse files
authored
Merge pull request #2 from martin-frbg/martin-frbg-patch-1-1
Update cpuid_x86.c
2 parents 8a8f393 + 3409bcc commit da83ec9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

cpuid_x86.c

+3
Original file line numberDiff line numberDiff line change
@@ -1110,6 +1110,9 @@ int get_cpuname(void){
11101110
break;
11111111
case 3:
11121112
switch (model) {
1113+
case 7:
1114+
// Bay Trail
1115+
return CPUTYPE_ATOM;
11131116
case 10:
11141117
case 14:
11151118
// Ivy Bridge

0 commit comments

Comments
 (0)