Skip to content

Commit

Permalink
Update cpuid_x86.c
Browse files Browse the repository at this point in the history
Add recognition of Intel Atom C27xx (Avoton, model code 4D)
  • Loading branch information
martin-frbg authored and xianyi committed Feb 2, 2016
1 parent 578f471 commit 4f05c23
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions cpuid_x86.c
Original file line number Diff line number Diff line change
Expand Up @@ -1172,6 +1172,9 @@ int get_cpuname(void){
#endif
else
return CPUTYPE_NEHALEM;
case 13:
// Avoton
return CPUTYPE_NEHALEM;
}
break;
case 5:
Expand Down

0 comments on commit 4f05c23

Please sign in to comment.