![]() | |||||||||||
Messages in this thread Patch in this message |
One of UML's tlb flushing routines was ignoring the address range passed in
by its callers. This patch fixes that.
Signed-off-by: Jeff Dike <jdike@addtoit.com>
Index: 2.6.9-rc2/arch/um/kernel/skas/tlb.c
===================================================================
--- 2.6.9-rc2.orig/arch/um/kernel/skas/tlb.c 2004-09-16 22:59:06.000000000 -0400
+++ 2.6.9-rc2/arch/um/kernel/skas/tlb.c 2004-09-16 23:09:24.000000000 -0400
@@ -77,7 +77,7 @@
int updated = 0, err;
mm = &init_mm;
- for(addr = start_vm; addr < end_vm;){
+ for(addr = start; addr < end;){
pgd = pgd_offset(mm, addr);
pmd = pmd_offset(pgd, addr);
if(pmd_present(*pmd)){
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
| ||||||||||
| Last update: 2005-03-22 14:06 [from the cache] ©2003-2008 | |||||||||||