Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 5 Jul 2007 13:17:57 GMT
From:      Oleksandr Tymoshenko <gonzo@FreeBSD.org>
To:        Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   PERFORCE change 122945 for review
Message-ID:  <200707051317.l65DHvRh072454@repoman.freebsd.org>

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

Change 122945 by gonzo@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);
 }



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