Signed-off-by: Andrew Morton <akpm@osdl.org>
---

 25-akpm/include/asm-generic/tlb.h |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

diff -puN include/asm-generic/tlb.h~reduce-tlb-flushing-during-process-migration-2-fix include/asm-generic/tlb.h
--- 25/include/asm-generic/tlb.h~reduce-tlb-flushing-during-process-migration-2-fix	2004-06-24 12:01:14.127142208 -0700
+++ 25-akpm/include/asm-generic/tlb.h	2004-06-24 12:01:27.815061328 -0700
@@ -147,6 +147,6 @@ static inline void tlb_remove_page(struc
 		__pmd_free_tlb(tlb, pmdp);			\
 	} while (0)
 
-#define tlb_migrate_finish(mm) flush_tlb_mm(mm)
+#define tlb_migrate_finish(mm) do { } while (0)
 
 #endif /* _ASM_GENERIC__TLB_H */
_