]> Git Repo - linux.git/commit
mm: move page flags layout to separate header
authorPeter Zijlstra <[email protected]>
Sat, 23 Feb 2013 00:34:30 +0000 (16:34 -0800)
committerLinus Torvalds <[email protected]>
Sun, 24 Feb 2013 01:50:17 +0000 (17:50 -0800)
commitbbeae5b05ef6e40bf54db05ceb8635824153b9e2
tree293d8b4e4bfc06367908df1915460905a5f8408b
parent3c0ff4689630b280704666833e9539d84cddc373
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 <[email protected]>
Cc: Peter Zijlstra <[email protected]>
Cc: Andrea Arcangeli <[email protected]>
Cc: Ingo Molnar <[email protected]>
Cc: Simon Jeons <[email protected]>
Cc: Wanpeng Li <[email protected]>
Cc: Hugh Dickins <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
include/linux/mm.h
include/linux/mm_types.h
include/linux/mmzone.h
include/linux/page-flags-layout.h [new file with mode: 0644]
This page took 0.053129 seconds and 4 git commands to generate.