diff --git a/include/linux/nodemask.h b/include/linux/nodemask.h index 7afc36334d52ba7a188e15713ae46f52ed0fa28d..c6ebdc97a428512078e4f51dfaf8eff2577aa0af 100644 --- a/include/linux/nodemask.h +++ b/include/linux/nodemask.h @@ -380,6 +380,7 @@ enum node_states { #else N_HIGH_MEMORY = N_NORMAL_MEMORY, #endif + N_MEMORY = N_HIGH_MEMORY, N_CPU, /* The node has one or more cpus */ NR_NODE_STATES };