mm: Minor clean-up of page flags in mm/page_alloc.c
authorRuss Anderson <rja@sgi.com>
Mon, 9 Jun 2008 16:18:45 +0000 (11:18 -0500)
committerLinus Torvalds <torvalds@linux-foundation.org>
Mon, 9 Jun 2008 17:22:24 +0000 (10:22 -0700)
Minor source code cleanup of page flags in mm/page_alloc.c.
Move the definition of the groups of bits to page-flags.h.

The purpose of this clean up is that the next patch will
conditionally add a page flag to the groups.  Doing that
in a header file is cleaner than adding #ifdefs to the
C code.

Signed-off-by: Russ Anderson <rja@sgi.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>

No differences found