diff options
-rw-r--r-- | mm/slab.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 | */ |
1952 | static void set_up_list3s(struct kmem_cache *cachep, int index) | 1952 | static void __init set_up_list3s(struct kmem_cache *cachep, int index) |
1953 | { | 1953 | { |
1954 | int node; | 1954 | int node; |
1955 | 1955 | ||