swsusp: do not use page flags
[deliverable/linux.git] / kernel / signal.c
index 3670225ecbc01eb5cd6898677ef34f17b4962990..2b4087d545a35cee2c3840801867458da4ee79e5 100644 (file)
@@ -2636,9 +2636,5 @@ __attribute__((weak)) const char *arch_vma_name(struct vm_area_struct *vma)
 
 void __init signals_init(void)
 {
-       sigqueue_cachep =
-               kmem_cache_create("sigqueue",
-                                 sizeof(struct sigqueue),
-                                 __alignof__(struct sigqueue),
-                                 SLAB_PANIC, NULL, NULL);
+       sigqueue_cachep = KMEM_CACHE(sigqueue, SLAB_PANIC);
 }
This page took 0.048157 seconds and 5 git commands to generate.