From: Prarit Bhargava <pra...@redhat.com>

arch/x86: Fix XSAVE check for x86_64-v2 check

The flag check should be XSAVE, not OSXSAVE.

Signed-off-by: Prarit Bhargava <pra...@redhat.com>

diff --git a/arch/x86/kernel/setup.c b/arch/x86/kernel/setup.c
index blahblah..blahblah 100644
--- a/arch/x86/kernel/setup.c
+++ b/arch/x86/kernel/setup.c
@@ -733,7 +733,7 @@ static void rh_check_supported(void)
                   !boot_cpu_has(X86_FEATURE_FMA) ||
                   /* LZCNT is not explicitly listed, but appears to be paired 
with BMI2 */
                   !boot_cpu_has(X86_FEATURE_MOVBE) ||
-                  !boot_cpu_has(X86_FEATURE_OSXSAVE)) {
+                  !boot_cpu_has(X86_FEATURE_XSAVE)) {
                mark_hardware_deprecated("x86_64-v2", "%s:%s",
                                         boot_cpu_data.x86_vendor_id, 
boot_cpu_data.x86_model_id);
        }

--
https://gitlab.com/cki-project/kernel-ark/-/merge_requests/3052
--
_______________________________________________
kernel mailing list -- kernel@lists.fedoraproject.org
To unsubscribe send an email to kernel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/kernel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue

Reply via email to