From: Christoph Lameter Date: Fri, 23 Jun 2006 09:03:37 +0000 (-0700) Subject: [PATCH] Swapless page migration: modify core logic X-Git-Tag: v2.6.18-rc1~1081^2~176 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6c5240ae7f48c83fcaa8e24fa63e7eb09aba5651;p=pandora-kernel.git [PATCH] Swapless page migration: modify core logic Use the migration entries for page migration This modifies the migration code to use the new migration entries. It now becomes possible to migrate anonymous pages without having to add a swap entry. We add a couple of new functions to replace migration entries with the proper ptes. We cannot take the tree_lock for migrating anonymous pages anymore. However, we know that we hold the only remaining reference to the page when the page count reaches 1. Signed-off-by: Christoph Lameter Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed