From akpm@osdl.org Tue May 2 01:20:10 2006 Date: Tue, 02 May 2006 01:19:57 -0700 From: akpm@osdl.org To: mingo@elte.hu, clameter@engr.sgi.com, mm-commits@vger.kernel.org Subject: + swapless-pm-add-r-w-migration-entries-fix.patch added to -mm tree The patch titled fix mm/migrate.c build bug has been added to the -mm tree. Its filename is swapless-pm-add-r-w-migration-entries-fix.patch See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this From: Ingo Molnar pte_unmap_unlock() takes the pte pointer as an argument. Signed-off-by: Ingo Molnar Cc: Christoph Lameter Signed-off-by: Andrew Morton Index: linux-2.6.17-rc3-mm1/mm/migrate.c =================================================================== --- linux-2.6.17-rc3-mm1.orig/mm/migrate.c 2006-05-08 00:26:37.213786993 -0700 +++ linux-2.6.17-rc3-mm1/mm/migrate.c 2006-05-08 00:27:17.711278308 -0700 @@ -177,7 +177,7 @@ static void remove_migration_pte(struct page_add_file_rmap(new); out: - pte_unmap_unlock(pte, ptl); + pte_unmap_unlock(ptep, ptl); } /*