diff options
Diffstat (limited to 'include/linux/nodemask.h')
| -rw-r--r-- | include/linux/nodemask.h | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/nodemask.h b/include/linux/nodemask.h index 7afc36334d5..c6ebdc97a42 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  };  |