diff options
Diffstat (limited to 'mm')
-rw-r--r-- | mm/slub.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3626,7 +3626,7 @@ static int list_locations(struct kmem_cache *s, char *buf, | |||
3626 | len < PAGE_SIZE - 60) { | 3626 | len < PAGE_SIZE - 60) { |
3627 | len += sprintf(buf + len, " cpus="); | 3627 | len += sprintf(buf + len, " cpus="); |
3628 | len += cpulist_scnprintf(buf + len, PAGE_SIZE - len - 50, | 3628 | len += cpulist_scnprintf(buf + len, PAGE_SIZE - len - 50, |
3629 | l->cpus); | 3629 | &l->cpus); |
3630 | } | 3630 | } |
3631 | 3631 | ||
3632 | if (num_online_nodes() > 1 && !nodes_empty(l->nodes) && | 3632 | if (num_online_nodes() > 1 && !nodes_empty(l->nodes) && |