From: Andrew Morton Date: Thu, 29 Nov 2012 03:18:08 +0000 (+1100) Subject: mm: add a reminder comment for __GFP_BITS_SHIFT X-Git-Tag: next-20121205~1^2~237 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=3ee00d64888808bf107d34607115f57e74879f29;p=karo-tx-linux.git mm: add a reminder comment for __GFP_BITS_SHIFT Cc: Glauber Costa Cc: Mel Gorman Signed-off-by: Andrew Morton --- diff --git a/include/linux/gfp.h b/include/linux/gfp.h index b8f2e5f6abdf..c0fb4d81ebb6 100644 --- a/include/linux/gfp.h +++ b/include/linux/gfp.h @@ -34,6 +34,7 @@ struct vm_area_struct; #define ___GFP_OTHER_NODE 0x200000u #define ___GFP_WRITE 0x400000u #define ___GFP_KMEMCG 0x800000u +/* If the above are modified, __GFP_BITS_SHIFT may need updating */ /* * GFP bitmasks..