diff options
Diffstat (limited to 'mm/slab.c')
-rw-r--r-- | mm/slab.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1163,7 +1163,7 @@ static int __cpuinit cpuup_callback(struct notifier_block *nfb, | |||
1163 | struct kmem_cache *cachep; | 1163 | struct kmem_cache *cachep; |
1164 | struct kmem_list3 *l3 = NULL; | 1164 | struct kmem_list3 *l3 = NULL; |
1165 | int node = cpu_to_node(cpu); | 1165 | int node = cpu_to_node(cpu); |
1166 | int memsize = sizeof(struct kmem_list3); | 1166 | const int memsize = sizeof(struct kmem_list3); |
1167 | 1167 | ||
1168 | switch (action) { | 1168 | switch (action) { |
1169 | case CPU_LOCK_ACQUIRE: | 1169 | case CPU_LOCK_ACQUIRE: |