]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - mm/slub.c
x86: Use cpumask accessors code for possible/present maps.
[linux-2.6-omap-h63xx.git] / mm / slub.c
index a2cd47d89e0aa1f159d8e9e6ed2dcee32969068f..8e516e29f98920f65e8da441e5d2cc51e4cf4f97 100644 (file)
--- a/mm/slub.c
+++ b/mm/slub.c
@@ -3626,7 +3626,7 @@ static int list_locations(struct kmem_cache *s, char *buf,
                                len < PAGE_SIZE - 60) {
                        len += sprintf(buf + len, " cpus=");
                        len += cpulist_scnprintf(buf + len, PAGE_SIZE - len - 50,
-                                       l->cpus);
+                                       &l->cpus);
                }
 
                if (num_online_nodes() > 1 && !nodes_empty(l->nodes) &&