x86/cpuid: Fix APIC bit clearing
authorFam Zheng <famzheng@amazon.com>
Fri, 7 Aug 2020 15:09:51 +0000 (17:09 +0200)
committerJan Beulich <jbeulich@suse.com>
Fri, 7 Aug 2020 15:09:51 +0000 (17:09 +0200)
commita5dab0a2453da1e15fd49e6a7fa9138e333ba9af
treee28eef593e7cb7f7c83f0c1d181eef5669d91498
parentb8c3e33a4fe4374f633b4369200731662ff1f750
x86/cpuid: Fix APIC bit clearing

The bug is obvious here, other places in this function used
"cpufeat_mask" correctly.

Fixed: b648feff8ea2 ("xen/x86: Improvements to in-hypervisor cpuid sanity checks")
Signed-off-by: Fam Zheng <famzheng@amazon.com>
Reviewed-by: Roger Pau Monné <roger.pau@citrix.com>
Reviewed-by: Andrew Cooper <andrew.cooper3@citrix.com>
master commit: 64219fa179c3e48adad12bfce3f6b3f1596cccbf
master date: 2020-07-29 19:03:41 +0100
xen/arch/x86/cpuid.c