]> git.karo-electronics.de Git - karo-tx-linux.git/commit
mm: move page flags layout to separate header
authorPeter Zijlstra <a.p.zijlstra@chello.nl>
Wed, 20 Feb 2013 02:14:37 +0000 (13:14 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Wed, 20 Feb 2013 05:52:45 +0000 (16:52 +1100)
commitb38f9039efb0745705e7df96868e94b2b66b5759
tree0618a1cbd8e262fb5a76a4d5c5068490aad6422b
parent3b6bf9f077a777cc3da464d7c0db9f45aa366b5b
mm: move page flags layout to separate header

This is a preparation patch for moving page->_last_nid into page->flags
that moves page flag layout information to a separate header.  This patch
is necessary because otherwise there would be a circular dependency
between mm_types.h and mm.h.

Signed-off-by: Mel Gorman <mgorman@suse.de>
Cc: Peter Zijlstra <a.p.zijlstra@chello.nl>
Cc: Andrea Arcangeli <aarcange@redhat.com>
Cc: Ingo Molnar <mingo@kernel.org>
Cc: Simon Jeons <simon.jeons@gmail.com>
Cc: Wanpeng Li <liwanp@linux.vnet.ibm.com>
Cc: Hugh Dickins <hughd@google.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
include/linux/mm.h
include/linux/mm_types.h
include/linux/mmzone.h
include/linux/page-flags-layout.h [new file with mode: 0644]