From: Johannes Weiner Date: Wed, 6 Aug 2014 23:05:40 +0000 (-0700) Subject: mm: page-flags: clean up the page flag test, set, clear macros X-Git-Tag: omap-for-v3.17/fixes-against-rc2~137^2~161 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2f3e442ccceb85c51c7dffd3799bfd84de213874;p=pandora-kernel.git mm: page-flags: clean up the page flag test, set, clear macros - PAGEFLAG_FALSE only defines TEST, make it define SET and CLEAR as well, analogous to PAGEFLAG. - Define TESTSETFLAG_FALSE, analogous to TESTSETFLAG. - Define TESTSCFLAG_FALSE, analogous to TESTSCFLAG - Make PG_mlocked accessors the same on both MMU and !MMU setups Signed-off-by: Johannes Weiner Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed