aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--mm/slub.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/mm/slub.c b/mm/slub.c
index 65030c7fd7e2..f32aee37840b 100644
--- a/mm/slub.c
+++ b/mm/slub.c
@@ -2073,9 +2073,11 @@ static __always_inline void slab_free(struct kmem_cache *s,
2073 2073
2074#ifndef CONFIG_CMPXCHG_LOCAL 2074#ifndef CONFIG_CMPXCHG_LOCAL
2075 local_irq_save(flags); 2075 local_irq_save(flags);
2076#endif
2077 2076
2077#else
2078redo: 2078redo:
2079#endif
2080
2079 /* 2081 /*
2080 * Determine the currently cpus per cpu slab. 2082 * Determine the currently cpus per cpu slab.
2081 * The cpu may change afterward. However that does not matter since 2083 * The cpu may change afterward. However that does not matter since