* [patch, 2.6.17-rc3-mm1] fix mm/migrate.c build bug
@ 2006-05-02 7:57 Ingo Molnar
0 siblings, 0 replies; only message in thread
From: Ingo Molnar @ 2006-05-02 7:57 UTC (permalink / raw)
To: Andrew Morton; +Cc: linux-kernel
pte_unmap_unlock() takes the pte pointer as an argument.
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Index: linux/mm/migrate.c
===================================================================
--- linux.orig/mm/migrate.c
+++ linux/mm/migrate.c
@@ -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);
}
/*
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2006-05-02 7:53 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-05-02 7:57 [patch, 2.6.17-rc3-mm1] fix mm/migrate.c build bug Ingo Molnar
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Powered by JetHome