]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
[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)
commitf4598c8b3678abd65be3be00ed3d046375a4777e
tree497aba8cdeb00b1fe8d227a9b839c1ce8980f3a2
parent1bc691d357c646700b9523d2aeca02847d3fb3f4
[PATCH] migration: make sure there is no attempt to migrate reserved pages.

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>
mm/mempolicy.c