From: Al Viro Date: Fri, 21 Oct 2005 06:55:38 +0000 (-0400) Subject: [PATCH] gfp_t: infrastructure X-Git-Tag: v2.6.15-rc1~733^2~33 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=af4ca457eaf2d6682059c18463eb106e2ce58198;p=pandora-kernel.git [PATCH] gfp_t: infrastructure Beginning of gfp_t annotations: - -Wbitwise added to CHECKFLAGS - old __bitwise renamed to __bitwise__ - __bitwise defined to either __bitwise__ or nothing, depending on __CHECK_ENDIAN__ being defined - gfp_t switched from __nocast to __bitwise__ - force cast to gfp_t added to __GFP_... constants - new helper - gfp_zone(); extracts zone bits out of gfp_t value and casts the result to int Signed-off-by: Al Viro Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed