--- 2.4.10pre14aa1/mm/vmalloc.c.~1~ Sat Sep 22 12:02:18 2001 +++ 2.4.10pre14aa1/mm/vmalloc.c Sat Sep 22 16:54:58 2001 @@ -164,6 +164,9 @@ ret = 0; } while (address && (address < end)); spin_unlock(&init_mm.page_table_lock); +#if !defined(__alpha__) && !defined(__i386__) + flush_tlb_all(); +#endif return ret; }