Re: [PATCH -mm] mm, memory-hotpulg: Rename movablenode boot option to movable_node

2013-10-01 Thread Zhang Yanfei
Hello Ingo, On 10/01/2013 01:46 PM, Ingo Molnar wrote: > > * Zhang Yanfei wrote: > >> @@ -153,11 +153,18 @@ config MOVABLE_NODE >> help >>Allow a node to have only movable memory. Pages used by the kernel, >>such as direct mapping pages cannot be migrated. So the

Re: [PATCH -mm] mm, memory-hotpulg: Rename movablenode boot option to movable_node

2013-10-01 Thread Zhang Yanfei
Hello Ingo, On 10/01/2013 01:46 PM, Ingo Molnar wrote: * Zhang Yanfei zhangyanfei@gmail.com wrote: @@ -153,11 +153,18 @@ config MOVABLE_NODE help Allow a node to have only movable memory. Pages used by the kernel, such as direct mapping pages cannot be migrated.

Re: [PATCH -mm] mm, memory-hotpulg: Rename movablenode boot option to movable_node

2013-09-30 Thread Ingo Molnar
* Zhang Yanfei wrote: > @@ -153,11 +153,18 @@ config MOVABLE_NODE > help > Allow a node to have only movable memory. Pages used by the kernel, > such as direct mapping pages cannot be migrated. So the corresponding > + memory device cannot be hotplugged. This

[PATCH -mm] mm, memory-hotpulg: Rename movablenode boot option to movable_node

2013-09-30 Thread Zhang Yanfei
From: Zhang Yanfei Since we already has config MOVABLE_NODE, and the boot option movablenode is introduced as the boot-time switch to disable the effects of CONFIG_MOVABLE_NODE=y when the system is booting. So rename boot option movablenode to movable_node to match the config MOVABLE_NODE. And

[PATCH -mm] mm, memory-hotpulg: Rename movablenode boot option to movable_node

2013-09-30 Thread Zhang Yanfei
From: Zhang Yanfei zhangyan...@cn.fujitsu.com Since we already has config MOVABLE_NODE, and the boot option movablenode is introduced as the boot-time switch to disable the effects of CONFIG_MOVABLE_NODE=y when the system is booting. So rename boot option movablenode to movable_node to match the

Re: [PATCH -mm] mm, memory-hotpulg: Rename movablenode boot option to movable_node

2013-09-30 Thread Ingo Molnar
* Zhang Yanfei zhangyanfei@gmail.com wrote: @@ -153,11 +153,18 @@ config MOVABLE_NODE help Allow a node to have only movable memory. Pages used by the kernel, such as direct mapping pages cannot be migrated. So the corresponding + memory device cannot be