Add Hygon SoC support to enable tsc_reliable feature
[fio.git] / arch / arch-x86-common.h
index 5140f238fb78557d20e176d6160b72a7a4a97334..f32835cce33bc4a74adeb5b9ad59f49515bceeeb 100644 (file)
@@ -70,7 +70,7 @@ static inline void arch_init(char *envp[])
        str[12] = '\0';
        if (!strcmp(str, "GenuineIntel"))
                arch_init_intel();
-       else if (!strcmp(str, "AuthenticAMD"))
+       else if (!strcmp(str, "AuthenticAMD") || !strcmp(str, "HygonGenuine"))
                arch_init_amd();
 }