diff --git a/include/linux/gfp.h b/include/linux/gfp.h index a7ca2fa72cfa..a377c258bf0d 100644 --- a/include/linux/gfp.h +++ b/include/linux/gfp.h @@ -39,12 +39,12 @@ struct vm_area_struct; #define ___GFP_ACCOUNT 0x100000u #define ___GFP_DIRECT_RECLAIM 0x200000u #define ___GFP_KSWAPD_RECLAIM 0x400000u -#define ___GFP_CMA 0x800000u #ifdef CONFIG_LOCKDEP -#define ___GFP_NOLOCKDEP 0x1000000u +#define ___GFP_NOLOCKDEP 0x800000u #else #define ___GFP_NOLOCKDEP 0 #endif +#define ___GFP_CMA 0x1000000u /* If the above are modified, __GFP_BITS_SHIFT may need updating */ /*