Update cpuid_x86.c

This commit is contained in:
Martin Kroeker 2016-07-14 17:29:34 +02:00 committed by GitHub
parent 97bd1e42c8
commit 154729908e
1 changed files with 2 additions and 0 deletions

View File

@ -1172,6 +1172,8 @@ int get_cpuname(void){
#endif
else
return CPUTYPE_NEHALEM;
case 12:
// Braswell
case 13:
// Avoton
return CPUTYPE_NEHALEM;