PERFORCE change 122945 for review

Oleksandr Tymoshenko gonzo at FreeBSD.org
Thu Jul 5 13:17:58 UTC 2007


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

Change 122945 by gonzo at gonzo_jeeves on 2007/07/05 13:17:01

	o Sync instructions cache in mips_vector_init after all
	    exception vectors have been set.

Affected files ...

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

Differences ...

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

@@ -106,6 +106,7 @@
 	MIPS_INSTALL_VECTOR(CACHE, Cache);
 	MIPS_INSTALL_VECTOR(INTERRUPT, Exception); /* XXX */
 	MIPS_INSTALL_VECTOR(GENERIC, Exception);
+	mips_icache_sync_all();
 
 	mips_wr_status(mips_rd_status() & ~MIPS_SR_BEV);
 }


More information about the p4-projects mailing list