PERFORCE change 101575 for review

Oleksandr Tymoshenko gonzo at FreeBSD.org
Fri Jul 14 17:13:06 UTC 2006


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

Change 101575 by gonzo at gonzo_hq on 2006/07/14 17:12:20

	o Uncomment TLB initialization.

Affected files ...

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

Differences ...

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

@@ -222,24 +222,18 @@
 	/* 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
 	 * manage differences between icache and dcache handling between
 	 * processors.
 	 */
-#if 0
 	mips_icache_sync_all();
 	mips_dcache_wbinv_all();
-#endif
 }
 
 void


More information about the p4-projects mailing list