projects
/
~shefty
/
rdma-dev.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
mm: node_states: introduce N_MEMORY
[~shefty/rdma-dev.git]
/
include
/
linux
/
nodemask.h
diff --git
a/include/linux/nodemask.h
b/include/linux/nodemask.h
index 7afc36334d52ba7a188e15713ae46f52ed0fa28d..c6ebdc97a428512078e4f51dfaf8eff2577aa0af 100644
(file)
--- 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
};