[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <1355708488-2913-3-git-send-email-tangchen@cn.fujitsu.com>
Date: Mon, 17 Dec 2012 09:41:28 +0800
From: Tang Chen <tangchen@...fujitsu.com>
To: akpm@...ux-foundation.org, isimatu.yasuaki@...fujitsu.com,
kamezawa.hiroyu@...fujitsu.com, mel@....ul.ie,
tangchen@...fujitsu.com, laijs@...fujitsu.com,
wency@...fujitsu.com, mingo@...e.hu, penberg@...nel.org
Cc: torvalds@...ux-foundation.org, linux-mm@...ck.org,
linux-kernel@...r.kernel.org
Subject: [PATCH v2 2/2] memory-hotplug: Disable CONFIG_MOVABLE_NODE option by default.
This patch set CONFIG_MOVABLE_NODE to "default n" instead of
"depends on BROKEN".
Signed-off-by: Tang Chen <tangchen@...fujitsu.com>
Reviewed-by: Yasuaki Ishimatsu <isimatu.yasuaki@...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 majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists