[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [PATCH RFC 09/10] balloon: BALLOON_COMPACTION now depends on XEN_BALLOON
Signed-off-by: Wei Liu <wei.liu2@xxxxxxxxxx> --- mm/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mm/Kconfig b/mm/Kconfig index 886db21..4d30f0b 100644 --- a/mm/Kconfig +++ b/mm/Kconfig @@ -232,7 +232,7 @@ config ARCH_ENABLE_SPLIT_PMD_PTLOCK config BALLOON_COMPACTION bool "Allow for balloon memory compaction/migration" def_bool y - depends on COMPACTION && VIRTIO_BALLOON + depends on COMPACTION && (VIRTIO_BALLOON || XEN_BALLOON) help Memory fragmentation introduced by ballooning might reduce significantly the number of 2MB contiguous memory blocks that can be -- 1.7.10.4 _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |