Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 28 Apr 2003 19:43:41 -0700 (PDT)
From:      Juli Mallett <jmallett@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 30025 for review
Message-ID:  <200304290243.h3T2hfbD039478@repoman.freebsd.org>

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

Change 30025 by jmallett@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



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