From: Ian Campbell Date: Wed, 3 Oct 2012 11:17:50 +0000 (+0100) Subject: xen: balloon: allow PVMMU interfaces to be compiled out X-Git-Tag: omap-for-v3.8/fixes-for-merge-window-v4-signed~28^2^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c2374bf57e7861039bb129ead538515502ef7860;p=pandora-kernel.git 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 Signed-off-by: Konrad Rzeszutek Wilk --- Reading git-diff-tree failed