aboutsummaryrefslogtreecommitdiffstats
path: root/mm/slab.c
diff options
context:
space:
mode:
Diffstat (limited to 'mm/slab.c')
-rw-r--r--mm/slab.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/mm/slab.c b/mm/slab.c
index 046607f05f3e..0772abb412b9 100644
--- a/mm/slab.c
+++ b/mm/slab.c
@@ -2454,7 +2454,7 @@ static void drain_cpu_caches(struct kmem_cache *cachep)
2454 struct kmem_list3 *l3; 2454 struct kmem_list3 *l3;
2455 int node; 2455 int node;
2456 2456
2457 on_each_cpu(do_drain, cachep, 1, 1); 2457 on_each_cpu(do_drain, cachep, 1);
2458 check_irq_on(); 2458 check_irq_on();
2459 for_each_online_node(node) { 2459 for_each_online_node(node) {
2460 l3 = cachep->nodelists[node]; 2460 l3 = cachep->nodelists[node];
@@ -3939,7 +3939,7 @@ static int do_tune_cpucache(struct kmem_cache *cachep, int limit,
3939 } 3939 }
3940 new->cachep = cachep; 3940 new->cachep = cachep;
3941 3941
3942 on_each_cpu(do_ccupdate_local, (void *)new, 1, 1); 3942 on_each_cpu(do_ccupdate_local, (void *)new, 1);
3943 3943
3944 check_irq_on(); 3944 check_irq_on();
3945 cachep->batchcount = batchcount; 3945 cachep->batchcount = batchcount;