commit | c2374bf57e7861039bb129ead538515502ef7860 | [log] [tgz] |
---|---|---|
author | Ian Campbell <ian.campbell@citrix.com> | Wed Oct 03 12:17:50 2012 +0100 |
committer | Ian Campbell <ian.campbell@citrix.com> | Thu Nov 29 12:59:13 2012 +0000 |
tree | 3b32e9891ec0b133e676c4cc5cf9617499310725 | |
parent | d71f513985c22f1050295d1a7e4327cf9fb060da [diff] |
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>