Merge commit 'upstream-x86-virt' into WIP.x86/mm
Merge a minimal set of virt cleanups, for a base for the MM isolation patches. Signed-off-by: Ingo Molnar <mingo@kernel.org>
This commit is contained in:
@@ -1459,9 +1459,9 @@ static uint32_t __init xen_platform_pv(void)
|
||||
return 0;
|
||||
}
|
||||
|
||||
const struct hypervisor_x86 x86_hyper_xen_pv = {
|
||||
const __initconst struct hypervisor_x86 x86_hyper_xen_pv = {
|
||||
.name = "Xen PV",
|
||||
.detect = xen_platform_pv,
|
||||
.pin_vcpu = xen_pin_vcpu,
|
||||
.type = X86_HYPER_XEN_PV,
|
||||
.runtime.pin_vcpu = xen_pin_vcpu,
|
||||
};
|
||||
EXPORT_SYMBOL(x86_hyper_xen_pv);
|
||||
|
Reference in New Issue
Block a user