Update of /cvsroot/linux-mips/linux/arch/mips64/sgi-ip27
In directory usw-pr-cvs1:/tmp/cvs-serv11592/arch/mips64/sgi-ip27
Modified Files:
ip27-init.c
Log Message:
Further syncing with OSS 2.4.10. Massive restructuring of TLB handling.
Index: ip27-init.c
===================================================================
RCS file: /cvsroot/linux-mips/linux/arch/mips64/sgi-ip27/ip27-init.c,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
--- ip27-init.c 2001/06/22 02:29:32 1.1.1.1
+++ ip27-init.c 2001/10/22 19:16:45 1.2
@@ -449,7 +449,7 @@
bte_lateinit();
init_mfhi_war();
#endif
- _flush_tlb_all();
+ local_flush_tlb_all();
flush_cache_l1();
flush_cache_l2();
start_secondary();
|