Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 3 Jan 2007 19:49:00 GMT
From:      Oleksandr Tymoshenko <gonzo@FreeBSD.org>
To:        Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   PERFORCE change 112454 for review
Message-ID:  <200701031949.l03Jn0Ye052585@repoman.freebsd.org>

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

Change 112454 by gonzo@gonzo_hq on 2007/01/03 19:48:46

	o Clean out unneccessary code.

Affected files ...

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

Differences ...

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

@@ -165,18 +165,7 @@
 
 	mips_get_identity(&cpuinfo);
 	mips_num_tlb_entries = cpuinfo.tlb_nentries;
-
 	mips_config_cache();
-
-#ifdef notyet
-	/*
-	 * XXX: Catch 22. Need tlb setup to invalidate tlb.
-	 * Need to know cache/tlb geometry to setup tlb.
-	 */
-	tlb_bootstrap();
-	tlb_invalidate_all();
-#endif
-
 	mips_vector_init();
 
 	mips_icache_sync_all();



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