patch-2.4.0-test5 linux/arch/ia64/mm/tlb.c

Next file: linux/arch/ia64/tools/Makefile
Previous file: linux/arch/ia64/lib/memcpy.S
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.4.0-test4/linux/arch/ia64/mm/tlb.c linux/arch/ia64/mm/tlb.c
@@ -182,7 +182,7 @@
 	unsigned long nbits;
 
 	if (mm != current->active_mm) {
-		/* this doesn't happen often, if at all, so it's not worth optimizing for... */
+		/* this does happen, but perhaps it's not worth optimizing for? */
 		mm->context = 0;
 		return;
 	}

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)