From: "Luis R. Rodriguez" <mcg...@suse.com> Although XEN currently selects XEN_HAVE_PVMMU that will not be the case in the near future so select this requirement explicitly as per the agreed upon Kconfig changes [0].
[0] http://comments.gmane.org/gmane.comp.emulators.xen.devel/231579 Signed-off-by: Luis R. Rodriguez <mcg...@suse.com> --- arch/x86/xen/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/x86/xen/Kconfig b/arch/x86/xen/Kconfig index 490e43e..4d3db19 100644 --- a/arch/x86/xen/Kconfig +++ b/arch/x86/xen/Kconfig @@ -28,7 +28,7 @@ config XEN_MAX_DOMAIN_MEMORY int default 500 if X86_64 default 64 if X86_32 - depends on XEN + depends on XEN && XEN_HAVE_PVMMU help This only affects the sizing of some bss arrays, the unused portions of which are freed. -- 2.2.2 _______________________________________________ Xen-devel mailing list Xen-devel@lists.xen.org http://lists.xen.org/xen-devel