lkml.org 
[lkml]   [2012]   [Dec]   [14]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Subject[PATCH 1/2] memory-hotplug: Add help info for CONFIG_MOVABLE_NODE option
Date
This patch adds help info for CONFIG_MOVABLE_NODE option.

This option allows user to online all memory of a node as movable
memory. So that the whole node can be hotpluged. Users who don't
use hotplug feature are also fine with this option on since they
won't online memory as movable.

Signed-off-by: Tang Chen <tangchen@cn.fujitsu.com>
Reviewed-by: Yasuaki Ishimatsu <isimatu.yasuaki@jp.fujitsu.com>
---
mm/Kconfig | 10 ++++++++++
1 file changed, 10 insertions(+)

diff --git a/mm/Kconfig b/mm/Kconfig
index 71259e0..2ad51cb 100644
--- a/mm/Kconfig
+++ b/mm/Kconfig
@@ -150,6 +150,16 @@ config MOVABLE_NODE
depends on X86_64
depends on NUMA
depends on BROKEN
+ help
+ Allow a node to have only movable memory. Pages used by kernel, such
+ as direct mapping pages can not be migrated. So the corresponding
+ memory device can not be hotpluged. This option allows users to
+ online all the memory of a node as movable memory so that the whole
+ node can be hotpluged. Users who don't use hotplug feature are fine
+ with this option on since they don't online memory as movable.
+
+ Say Y here if you want to hotplug a whole node.
+ Say N here if you want kernel to use memory on all nodes evenly.

# eventually, we can have this option just 'select SPARSEMEM'
config MEMORY_HOTPLUG
--
1.7.10.1


\
 
 \ /
  Last update: 2012-12-14 11:21    [W:0.038 / U:0.340 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site