]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/commit
mm: page-flags: clean up the page flag test, set, clear macros
authorJohannes Weiner <hannes@cmpxchg.org>
Wed, 6 Aug 2014 23:05:40 +0000 (16:05 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 7 Aug 2014 01:01:17 +0000 (18:01 -0700)
commit2f3e442ccceb85c51c7dffd3799bfd84de213874
tree3cfcc32dc097f72093db88cab504902f28058551
parent3a79d52aa3c63c939f5a1f86e80e634f84e987c4
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 <hannes@cmpxchg.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
include/linux/page-flags.h