diff options
-rw-r--r-- | cpuid_x86.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cpuid_x86.c b/cpuid_x86.c index 5a21debe0..201aa8145 100644 --- a/cpuid_x86.c +++ b/cpuid_x86.c @@ -1279,6 +1279,7 @@ int get_cpuname(void){ return CPUTYPE_OPTERON; case 1: case 3: + case 7: case 10: return CPUTYPE_BARCELONA; case 5: |