]> www.infradead.org Git - users/jedix/linux-maple.git/commit
xen: balloon: allow PVMMU interfaces to be compiled out
authorIan Campbell <ian.campbell@citrix.com>
Wed, 3 Oct 2012 11:17:50 +0000 (12:17 +0100)
committerKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Wed, 5 Dec 2012 17:34:07 +0000 (12:34 -0500)
commit4914a7bc27427e029a334487902924c0a9487e9a
treeb633bcd4525e6b78e729931501fe8c176e838939
parent5dfb0d5a761f90f314b12c57c34d8aadd7821da9
xen: balloon: allow PVMMU interfaces to be compiled out

The ARM platform has no concept of PVMMU and therefor no
HYPERVISOR_update_va_mapping et al. Allow this code to be compiled out
when not required.

In some similar situations (e.g. P2M) we have defined dummy functions
to avoid this, however I think we can/should draw the line at dummying
out actual hypercalls.

Signed-off-by: Ian Campbell <ian.campbell@citrix.com>
Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Conflicts:
drivers/xen/Kconfig
drivers/xen/balloon.c
arch/x86/xen/Kconfig
drivers/xen/Kconfig
drivers/xen/balloon.c