]> rtime.felk.cvut.cz Git - can-eth-gw-linux.git/blobdiff - include/linux/nodemask.h
numa: add CONFIG_MOVABLE_NODE for movable-dedicated node
[can-eth-gw-linux.git] / include / linux / nodemask.h
index 7afc36334d52ba7a188e15713ae46f52ed0fa28d..4e2cbfa640b7241d0ddf803a68010e20b5991115 100644 (file)
@@ -379,6 +379,11 @@ enum node_states {
        N_HIGH_MEMORY,          /* The node has regular or high memory */
 #else
        N_HIGH_MEMORY = N_NORMAL_MEMORY,
+#endif
+#ifdef CONFIG_MOVABLE_NODE
+       N_MEMORY,               /* The node has memory(regular, high, movable) */
+#else
+       N_MEMORY = N_HIGH_MEMORY,
 #endif
        N_CPU,          /* The node has one or more cpus */
        NR_NODE_STATES