]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - net/xfrm/xfrm_input.c
[PATCH] bcm43xx: WE-21 support
[linux-2.6-omap-h63xx.git] / net / xfrm / xfrm_input.c
index 891a6090cc099d2f88e15aa33ff68db982132d6e..dfc90bb1cf1f53d054c2fc7f15e0b72ed3013f2a 100644 (file)
@@ -82,8 +82,6 @@ void __init xfrm_input_init(void)
 {
        secpath_cachep = kmem_cache_create("secpath_cache",
                                           sizeof(struct sec_path),
-                                          0, SLAB_HWCACHE_ALIGN,
+                                          0, SLAB_HWCACHE_ALIGN|SLAB_PANIC,
                                           NULL, NULL);
-       if (!secpath_cachep)
-               panic("XFRM: failed to allocate secpath_cache\n");
 }