diff --git a/[refs] b/[refs] index 7bdbba1a637c..4cbc44b1b85c 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: d13adb604693374c5fce47cd1a2017bcf3178eae +refs/heads/master: 7f6b8876c7e66b0d15af134e2a5b87e55514eb6d diff --git a/trunk/mm/slab.c b/trunk/mm/slab.c index 84c631f30741..3c4a7e34eddc 100644 --- a/trunk/mm/slab.c +++ b/trunk/mm/slab.c @@ -883,7 +883,7 @@ static void init_reap_node(int cpu) if (node == MAX_NUMNODES) node = first_node(node_online_map); - __get_cpu_var(reap_node) = node; + per_cpu(reap_node, cpu) = node; } static void next_reap_node(void)