From: Christoph Lameter Date: Fri, 10 Feb 2006 09:51:15 +0000 (-0800) Subject: [PATCH] Updates for page migration X-Git-Tag: v2.6.16-rc3~33 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=418aade459f03318defd18ef0b11981a63bd81b0;p=pandora-kernel.git [PATCH] Updates for page migration This adds some additional comments in order to help others figure out how exactly the code works. And fix a variable name. Also swap_page does need to ignore all reference bits when unmapping a page. Otherwise we may have to repeatedly unmap a frequently touched page. So change the try_to_unmap parameter to 1. Signed-off-by: Christoph Lameter Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed