summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJan Beulich <JBeulich@suse.com>2016-07-08 06:15:07 -0600
committerBen Hutchings <ben@decadent.org.uk>2016-08-22 22:38:26 +0100
commit17a13e5df09a8f8d0f8a53ab441c2491324636be (patch)
tree7fde9cf636dfe6774f359410e8c4dc5b8878cc86 /include
parent6b25dcab996dbb8c2702e5bc9b8b23244470297e (diff)
xen/acpi: allow xen-acpi-processor driver to load on Xen 4.7
commit 6f2d9d99213514360034c6d52d2c3919290b3504 upstream. As of Xen 4.7 PV CPUID doesn't expose either of CPUID[1].ECX[7] and CPUID[0x80000007].EDX[7] anymore, causing the driver to fail to load on both Intel and AMD systems. Doing any kind of hardware capability checks in the driver as a prerequisite was wrong anyway: With the hypervisor being in charge, all such checking should be done by it. If ACPI data gets uploaded despite some missing capability, the hypervisor is free to ignore part or all of that data. Ditch the entire check_prereq() function, and do the only valid check (xen_initial_domain()) in the caller in its place. Signed-off-by: Jan Beulich <jbeulich@suse.com> Signed-off-by: David Vrabel <david.vrabel@citrix.com> Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
Diffstat (limited to 'include')
0 files changed, 0 insertions, 0 deletions