PERFORCE change 101557 for review

Bruce M Simpson bms at FreeBSD.org
Fri Jul 14 15:15:27 UTC 2006


http://perforce.freebsd.org/chv.cgi?CH=101557

Change 101557 by bms at bms_montagne on 2006/07/14 15:14:21

	Don't touch the tlb before it has been initialized.

Affected files ...

.. //depot/projects/mips2/src/sys/mips/mips/cpu.c#8 edit

Differences ...

==== //depot/projects/mips2/src/sys/mips/mips/cpu.c#8 (text+ko) ====

@@ -221,10 +221,15 @@
 
 	/* XXX PCPU */
 	mips_wtf(&wtf);
+
+#if 0
 	mips_num_tlb_entries = wtf.wtf_ntlbs;
+#endif
 
 	mips_config_cache();
+#if 0
 	tlb_invalidate_all();
+#endif
 	mips_vector_init();
 	/*
 	 * XXXMIPS: Leave touching cache until we decide, how we're going to


More information about the p4-projects mailing list