Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 14 Jul 2006 15:15:21 GMT
From:      Bruce M Simpson <bms@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 101557 for review
Message-ID:  <200607141515.k6EFFLgm098903@repoman.freebsd.org>

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

Change 101557 by bms@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



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