From: Peter Zijlstra Date: Sat, 23 Feb 2013 00:34:30 +0000 (-0800) Subject: mm: move page flags layout to separate header X-Git-Tag: v3.9-rc1~99^2~71 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bbeae5b05ef6e40bf54db05ceb8635824153b9e2;p=pandora-kernel.git 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 Cc: Peter Zijlstra Cc: Andrea Arcangeli Cc: Ingo Molnar Cc: Simon Jeons Cc: Wanpeng Li Cc: Hugh Dickins Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed