X-Git-Url: http://git.cascardo.info/?a=blobdiff_plain;f=mm%2Finternal.h;h=2524ec880e242ceb6efb5531b21f4bade9e9a3c0;hb=d5f32af3100165cbd625855bd155b3aa9bd87ebf;hp=a37e5b6f9d25ca1cfd31938eebee0f90054ed4de;hpb=9503427e916aea7ec2cc429504f82d7200ab4bcd;p=cascardo%2Flinux.git diff --git a/mm/internal.h b/mm/internal.h index a37e5b6f9d25..2524ec880e24 100644 --- a/mm/internal.h +++ b/mm/internal.h @@ -24,7 +24,8 @@ */ #define GFP_RECLAIM_MASK (__GFP_RECLAIM|__GFP_HIGH|__GFP_IO|__GFP_FS|\ __GFP_NOWARN|__GFP_REPEAT|__GFP_NOFAIL|\ - __GFP_NORETRY|__GFP_MEMALLOC|__GFP_NOMEMALLOC) + __GFP_NORETRY|__GFP_MEMALLOC|__GFP_NOMEMALLOC|\ + __GFP_ATOMIC) /* The GFP flags allowed during early boot */ #define GFP_BOOT_MASK (__GFP_BITS_MASK & ~(__GFP_RECLAIM|__GFP_IO|__GFP_FS))