[PATCH] slab: remove SLAB_KERNEL
[linux-2.6-block.git] / arch / x86_64 / ia32 / ia32_binfmt.c
index 82ef182de6aee197be2c796e799d24d37dff0ae3..932a62ad6c837085526e237c5552cdfb85464230 100644 (file)
@@ -351,7 +351,7 @@ int ia32_setup_arg_pages(struct linux_binprm *bprm, unsigned long stack_top,
                bprm->loader += stack_base;
        bprm->exec += stack_base;
 
-       mpnt = kmem_cache_alloc(vm_area_cachep, SLAB_KERNEL);
+       mpnt = kmem_cache_alloc(vm_area_cachep, GFP_KERNEL);
        if (!mpnt) 
                return -ENOMEM;