Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ec691389 authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "mm: fix __GFP_BITS_MASK"

parents 65bda98d 6b163d4a
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 */

/*