aboutsummaryrefslogtreecommitdiffstats
path: root/mm/page_alloc.c
diff options
context:
space:
mode:
Diffstat (limited to 'mm/page_alloc.c')
-rw-r--r--mm/page_alloc.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/mm/page_alloc.c b/mm/page_alloc.c
index a35add8d7c0b..bd65b60939b6 100644
--- a/mm/page_alloc.c
+++ b/mm/page_alloc.c
@@ -113,9 +113,7 @@ nodemask_t node_states[NR_NODE_STATES] __read_mostly = {
113#ifdef CONFIG_HIGHMEM 113#ifdef CONFIG_HIGHMEM
114 [N_HIGH_MEMORY] = { { [0] = 1UL } }, 114 [N_HIGH_MEMORY] = { { [0] = 1UL } },
115#endif 115#endif
116#ifdef CONFIG_MOVABLE_NODE
117 [N_MEMORY] = { { [0] = 1UL } }, 116 [N_MEMORY] = { { [0] = 1UL } },
118#endif
119 [N_CPU] = { { [0] = 1UL } }, 117 [N_CPU] = { { [0] = 1UL } },
120#endif /* NUMA */ 118#endif /* NUMA */
121}; 119};