Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

x86/Xen: drop leftover VM-assist uses

Both the 4Gb-segments and the PAE-extended-CR3 one are applicable to
32-bit guests only. The PAE-extended-CR3 use, furthermore, was redundant
with the PAE_MODE ELF note anyway.

Signed-off-by: Jan Beulich <jbeulich@suse.com>
Reviewed-by: Juergen Gross <jgross@suse.com>

Link: https://lore.kernel.org/r/215515af-cfb9-3237-03ba-3312e3fa0d34@suse.com
Signed-off-by: Juergen Gross <jgross@suse.com>

authored by

Jan Beulich and committed by
Juergen Gross
20e7da1b 9a0450ad

-4
-4
arch/x86/xen/setup.c
··· 934 934 935 935 static void __init xen_pvmmu_arch_setup(void) 936 936 { 937 - HYPERVISOR_vm_assist(VMASST_CMD_enable, VMASST_TYPE_4gb_segments); 938 937 HYPERVISOR_vm_assist(VMASST_CMD_enable, VMASST_TYPE_writable_pagetables); 939 - 940 - HYPERVISOR_vm_assist(VMASST_CMD_enable, 941 - VMASST_TYPE_pae_extended_cr3); 942 938 943 939 if (register_callback(CALLBACKTYPE_event, 944 940 xen_asm_exc_xen_hypervisor_callback) ||