PERFORCE change 30025 for review

Juli Mallett jmallett at FreeBSD.org
Mon Apr 28 19:43:43 PDT 2003


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

Change 30025 by jmallett at jmallett_dalek on 2003/04/28 19:43:14

	Desperately seeking new text editor...  Fix previous
	incomplete paste of function so it doesn't fall off
	the bottom to lala land.

Affected files ...

.. //depot/projects/mips/sys/mips/mips/locore_mips3.S#6 edit

Differences ...

==== //depot/projects/mips/sys/mips/mips/locore_mips3.S#6 (text+ko) ====

@@ -356,6 +356,13 @@
  *	saved in trap frames and restores.
  */
 LEAF(mips_cp0_status_write)
+	mtc0	a0, MIPS_COP_0_STATUS
+	COP0_SYNC
+	nop
+	nop
+	j	ra
+	nop
+END(mips_cp0_status_write)
 
 LEAF(mips_wait_idle)
 	j	mips_maybewait_idle


More information about the p4-projects mailing list