From: Russ Anderson Date: Mon, 9 Jun 2008 16:18:45 +0000 (-0500) Subject: mm: Minor clean-up of page flags in mm/page_alloc.c X-Git-Tag: v2.6.26-rc6~26 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dfa7e20cc0d1a7a620def4dce97de1ae5375f99b;p=pandora-kernel.git mm: Minor clean-up of page flags in mm/page_alloc.c 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 Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed