X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=mm%2Finternal.h;h=3e910000fda43a55a477ea8c3b5984e2e8008fb8;hb=ca82ea2e650adab8d03ffdca6f1cccd3c0bd40ec;hp=29e1e761f9ebe3fee42eea1b0e77589122a23d24;hpb=9df5a9b02fb59a4148bc93e0d20731c72aaffa5f;p=platform%2Fadaptation%2Frenesas_rcar%2Frenesas_kernel.git diff --git a/mm/internal.h b/mm/internal.h index 29e1e76..3e91000 100644 --- a/mm/internal.h +++ b/mm/internal.h @@ -370,5 +370,6 @@ unsigned long reclaim_clean_pages_from_list(struct zone *zone, #define ALLOC_HIGH 0x20 /* __GFP_HIGH set */ #define ALLOC_CPUSET 0x40 /* check for correct cpuset */ #define ALLOC_CMA 0x80 /* allow allocations from CMA areas */ +#define ALLOC_FAIR 0x100 /* fair zone allocation */ #endif /* __MM_INTERNAL_H */