]> asedeno.scripts.mit.edu Git - linux.git/commit
x86/xen: Move pv specific parts of arch/x86/xen/mmu.c to mmu_pv.c
authorJuergen Gross <jgross@suse.com>
Tue, 28 Aug 2018 07:40:13 +0000 (09:40 +0200)
committerThomas Gleixner <tglx@linutronix.de>
Mon, 3 Sep 2018 14:50:33 +0000 (16:50 +0200)
commitf030aade9165080f3539fb86fc2ce9ffc391813c
tree5fd74186e418d49b65ea15cb2b0022e95f247033
parent28c11b0f798c6727355bd44603b16bb04e3a044d
x86/xen: Move pv specific parts of arch/x86/xen/mmu.c to mmu_pv.c

There are some PV specific functions in arch/x86/xen/mmu.c which can be
moved to mmu_pv.c. This in turn enables to build multicalls.c dependent
on CONFIG_XEN_PV.

Signed-off-by: Juergen Gross <jgross@suse.com>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Reviewed-by: Boris Ostrovsky <boris.ostrovsky@oracle.com>
Cc: xen-devel@lists.xenproject.org
Cc: virtualization@lists.linux-foundation.org
Cc: akataria@vmware.com
Cc: rusty@rustcorp.com.au
Cc: hpa@zytor.com
Link: https://lkml.kernel.org/r/20180828074026.820-3-jgross@suse.com
arch/arm/xen/enlighten.c
arch/x86/xen/Makefile
arch/x86/xen/mmu.c
arch/x86/xen/mmu_pv.c
include/xen/interface/memory.h
include/xen/xen-ops.h