]> 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>
Thu, 7 Feb 2013 01:26:49 +0000 (12:26 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Mon, 18 Feb 2013 05:46:40 +0000 (16:46 +1100)
commit73dbbbe7f2168b3bc70a775a0296bce426349662
tree9a5b18656c0088345f9be4bddc7d023a4b45a8b8
parent4f111b4424397737e2de132bfdb44dc161fbe87c
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]