[RFC PATCH 16/23 V2] numa: add CONFIG_MOVABLE_NODE for movable-dedicated node

Christoph Lameter cl at linux.com
Thu Aug 2 16:06:32 UTC 2012


On Thu, 2 Aug 2012, Lai Jiangshan wrote:

> +++ b/include/linux/nodemask.h
> @@ -380,7 +380,11 @@ enum node_states {
>  #else
>  	N_HIGH_MEMORY = N_NORMAL_MEMORY,
>  #endif
> +#ifdef CONFIG_MOVABLE_NODE
> +	N_MEMORY,		/* The node has memory(regular, high, movable) */

I like these comments. Could you add some to each of the different node
states and defined their purpose?



More information about the Containers mailing list