Browse Source

Update cpuid_x86.c

Add recognition of Intel Atom C27xx (Avoton, model code 4D)
tags/v0.2.16.rc1
Martin Kroeker Zhang Xianyi 9 years ago
parent
commit
4f05c23673
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      cpuid_x86.c

+ 3
- 0
cpuid_x86.c View File

@@ -1172,6 +1172,9 @@ int get_cpuname(void){
#endif #endif
else else
return CPUTYPE_NEHALEM; return CPUTYPE_NEHALEM;
case 13:
// Avoton
return CPUTYPE_NEHALEM;
} }
break; break;
case 5: case 5:


Loading…
Cancel
Save