[PATCH] migration: make sure there is no attempt to migrate reserved pages.
authorChristoph Lameter <clameter@engr.sgi.com>
Thu, 12 Jan 2006 09:05:20 +0000 (01:05 -0800)
committerLinus Torvalds <torvalds@g5.osdl.org>
Thu, 12 Jan 2006 17:08:48 +0000 (09:08 -0800)
This ensures that reserved pages are not migrated.  Reserved pages
currently cause the WARN_ON to trigger in migrate_page_add()

Signed-off-by: Christoph Lameter <clameter@sgi.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>

No differences found