]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - mm/slab.c
USB: cdc-acm: Use usb_endpoint_* functions
[linux-2.6-omap-h63xx.git] / mm / slab.c
index 84c631f30741016e0e73602129ed6c33d6ca88f9..3c4a7e34eddc4de763feea96ce1b654f06bd9052 100644 (file)
--- a/mm/slab.c
+++ b/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)