From e8f9b6396e79654ea5932f64131cafbe8caadfb1 Mon Sep 17 00:00:00 2001 From: Ralf Baechle Date: Tue, 18 Jul 2000 23:31:08 +0000 Subject: Merge with Linux 2.4.0-test5-pre2. --- arch/ia64/mm/tlb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'arch/ia64/mm/tlb.c') diff --git a/arch/ia64/mm/tlb.c b/arch/ia64/mm/tlb.c index 2a57d0ae3..026f88998 100644 --- a/arch/ia64/mm/tlb.c +++ b/arch/ia64/mm/tlb.c @@ -182,7 +182,7 @@ flush_tlb_range (struct mm_struct *mm, unsigned long start, unsigned long end) 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; } -- cgit v1.2.3