commit | 6ce3c4c0ff62ca6391019b7832fb41a7f28b9e26 | [log] [tgz] |
---|---|---|
author | Christoph Lameter <clameter@sgi.com> | Sun Jan 08 01:01:04 2006 -0800 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Sun Jan 08 20:12:44 2006 -0800 |
tree | 44801fafc41a45368de7a8e79306d57a04735f1d | |
parent | 48fce3429df84a94766fbbc845fa8450d0715b48 [diff] |
[PATCH] Move page migration related functions near do_migrate_pages() Group page migration functions in mempolicy.c Add a forward declaration for migrate_page_add (like gather_stats()) and use our new found mobility to group all page migration related function around do_migrate_pages(). Signed-off-by: Christoph Lameter <clameter@sgi.com> Cc: Andi Kleen <ak@muc.de> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>