This patch set CONFIG_MOVABLE_NODE to "default n" instead of "depends on BROKEN".
Signed-off-by: Tang Chen <tangc...@cn.fujitsu.com> Reviewed-by: Yasuaki Ishimatsu <isimatu.yasu...@jp.fujitsu.com> --- mm/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mm/Kconfig b/mm/Kconfig index 4913333..bbd6bfa 100644 --- a/mm/Kconfig +++ b/mm/Kconfig @@ -149,7 +149,7 @@ config MOVABLE_NODE depends on NO_BOOTMEM depends on X86_64 depends on NUMA - depends on BROKEN + default n help Allow a node to have only movable memory. Pages used by the kernel, such as direct mapping pages can not be migrated. So the corresponding -- 1.7.10.1 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/