diff --git a/mm/slab.c b/mm/slab.c index 1f2627cc45d..9cd01fa6000 100644 --- a/mm/slab.c +++ b/mm/slab.c @@ -1949,7 +1949,7 @@ static void slab_destroy(struct kmem_cache *cachep, struct slab *slabp) * For setting up all the kmem_list3s for cache whose buffer_size is same as * size of kmem_list3. */ -static void set_up_list3s(struct kmem_cache *cachep, int index) +static void __init set_up_list3s(struct kmem_cache *cachep, int index) { int node;