diff options
Diffstat (limited to 'mm/slub.c')
-rw-r--r-- | mm/slub.c | 7 |
1 files changed, 0 insertions, 7 deletions
@@ -3174,13 +3174,6 @@ int __kmem_cache_shutdown(struct kmem_cache *s) | |||
3174 | * Kmalloc subsystem | 3174 | * Kmalloc subsystem |
3175 | *******************************************************************/ | 3175 | *******************************************************************/ |
3176 | 3176 | ||
3177 | struct kmem_cache *kmalloc_caches[KMALLOC_SHIFT_HIGH + 1]; | ||
3178 | EXPORT_SYMBOL(kmalloc_caches); | ||
3179 | |||
3180 | #ifdef CONFIG_ZONE_DMA | ||
3181 | static struct kmem_cache *kmalloc_dma_caches[KMALLOC_SHIFT_HIGH + 1]; | ||
3182 | #endif | ||
3183 | |||
3184 | static int __init setup_slub_min_order(char *str) | 3177 | static int __init setup_slub_min_order(char *str) |
3185 | { | 3178 | { |
3186 | get_option(&str, &slub_min_order); | 3179 | get_option(&str, &slub_min_order); |