bna: fix interrupts storm caused by erroneous packets
[cascardo/linux.git] / mm / slub.c
index 54c0876..816df00 100644 (file)
--- a/mm/slub.c
+++ b/mm/slub.c
@@ -3700,6 +3700,7 @@ void __init kmem_cache_init(void)
        kmem_cache_node = bootstrap(&boot_kmem_cache_node);
 
        /* Now we can use the kmem_cache to allocate kmalloc slabs */
+       setup_kmalloc_cache_index_table();
        create_kmalloc_caches(0);
 
 #ifdef CONFIG_SMP