Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 14 Jul 2006 17:13:05 GMT
From:      Oleksandr Tymoshenko <gonzo@FreeBSD.org>
To:        Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   PERFORCE change 101575 for review
Message-ID:  <200607141713.k6EHD5lO017099@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=101575

Change 101575 by gonzo@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200607141713.k6EHD5lO017099>