]> xenbits.xensource.com Git - xen.git/commit
x86/mm: add pv prefix to {set,destroy}_gdt
authorWei Liu <wei.liu2@citrix.com>
Wed, 13 Sep 2017 16:46:53 +0000 (17:46 +0100)
committerWei Liu <wei.liu2@citrix.com>
Fri, 22 Sep 2017 15:31:50 +0000 (16:31 +0100)
commite7a07839f13626c5eb1b8a2dbee8c5f57f84b090
treec092500599026fc487b8687eaea91c2d6119a206
parent0bf001d21b5bc263d7f6fa5b62af865bd45f8051
x86/mm: add pv prefix to {set,destroy}_gdt

Unfortunately they can't stay local to PV code because domain.c still
needs them. Change their names and fix up call sites. The code will be
moved later together with other descriptor table manipulation code.

Also move the declarations to pv/mm.h and provide stubs.

Signed-off-by: Wei Liu <wei.liu2@citrix.com>
Acked-by: Jan Beulich <jbeulich@suse.com>
xen/arch/x86/domain.c
xen/arch/x86/mm.c
xen/arch/x86/x86_64/compat/mm.c
xen/include/asm-x86/processor.h
xen/include/asm-x86/pv/mm.h