aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--mm/slab.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mm/slab.c b/mm/slab.c
index 1f2627cc45d0..9cd01fa60004 100644
--- a/mm/slab.c
+++ b/mm/slab.c
@@ -1949,7 +1949,7 @@ static void slab_destroy(struct kmem_cache *cachep, struct slab *slabp)
1949 * For setting up all the kmem_list3s for cache whose buffer_size is same as 1949 * For setting up all the kmem_list3s for cache whose buffer_size is same as
1950 * size of kmem_list3. 1950 * size of kmem_list3.
1951 */ 1951 */
1952static void set_up_list3s(struct kmem_cache *cachep, int index) 1952static void __init set_up_list3s(struct kmem_cache *cachep, int index)
1953{ 1953{
1954 int node; 1954 int node;
1955 1955