]> xenbits.xensource.com Git - xen.git/commit
x86: nuke PV superpage option and code
authorWei Liu <wei.liu2@citrix.com>
Wed, 26 Jul 2017 07:44:54 +0000 (08:44 +0100)
committerWei Liu <wei.liu2@citrix.com>
Thu, 27 Jul 2017 10:25:55 +0000 (11:25 +0100)
commit56fff3e5e9dcb88cefa6d5d860f0329f7ab89312
tree9d76438d1855f5d6b138aa637cfc58b6728d6613
parentbf15b21e9cb101a7e0196249a81f842a9c797187
x86: nuke PV superpage option and code

Delete the user visible option and code for PV superpage support. The
mm code is modified as if the option is set to false (the default
value).

Return the address space occupied by spage_info back to the reserved
address space.

Signed-off-by: Wei Liu <wei.liu2@citrix.com>
Reviewed-by: Andrew Cooper <andrew.cooper3@citrix.com>
Acked-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
docs/misc/xen-command-line.markdown
xen/arch/x86/domain.c
xen/arch/x86/mm.c
xen/arch/x86/pv/dom0_build.c
xen/include/asm-x86/config.h
xen/include/asm-x86/mm.h
xen/include/asm-x86/page.h
xen/include/asm-x86/paging.h
xen/include/asm-x86/x86_64/page.h