commit | ec7cade8c1a3d1ace69b35cc843b181818578dce | [log] [tgz] |
---|---|---|
author | Christoph Lameter <clameter@sgi.com> | Mon Apr 28 02:12:53 2008 -0700 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Mon Apr 28 08:58:22 2008 -0700 |
tree | 32ab77ff6b58cb55834e729fa020eb91ef9940f0 | |
parent | 602c4d112f9abf43af4b882b4a6f5505ed5c51b7 [diff] |
page flags: add PAGEFLAGS_FALSE for flags that are always false Turns out that there are a number of times that a flag is simply always returning 0. Define a macro for that. Signed-off-by: Christoph Lameter <clameter@sgi.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>