Loading
x86/cpufeatures: Rename X86_FEATURE_SM{3,4} to X86_FEATURE_HYGON_SM{3,4}
hygon inclusion category: bugfix bugzilla: https://gitee.com/openeuler/kernel/issues/IBQV7I CVE: NA --------------------------- The upstream commit a0423af92cb3 ("x86: KVM: Advertise CPUIDs for new instructions in Clearwater Forest") has introduced the macros X86_FEATURE_SM3 and X86_FEATURE_SM4, which conflict with the non-upstreamed commit 4b0253be ("x86/cpufeatures: Add CPUID_8C86_0000_EDX CPUID leaf"). To address this issue, we rename X86_FEATURE_SM{3,4} to X86_FEATURE_HYGON_SM{3,4}. Fixes: 4b0253be ("x86/cpufeatures: Add CPUID_8C86_0000_EDX CPUID leaf") Signed-off-by:hanliyang <hanliyang@hygon.cn>