diff options
Diffstat (limited to 'mm/page_alloc.c')
-rw-r--r-- | mm/page_alloc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mm/page_alloc.c b/mm/page_alloc.c index a40b2f1cac2f..159f81577774 100644 --- a/mm/page_alloc.c +++ b/mm/page_alloc.c | |||
@@ -3261,7 +3261,7 @@ static int find_next_best_node(int node, nodemask_t *used_node_mask) | |||
3261 | { | 3261 | { |
3262 | int n, val; | 3262 | int n, val; |
3263 | int min_val = INT_MAX; | 3263 | int min_val = INT_MAX; |
3264 | int best_node = -1; | 3264 | int best_node = NUMA_NO_NODE; |
3265 | const struct cpumask *tmp = cpumask_of_node(0); | 3265 | const struct cpumask *tmp = cpumask_of_node(0); |
3266 | 3266 | ||
3267 | /* Use the local node if we haven't already */ | 3267 | /* Use the local node if we haven't already */ |