PERFORCE change 48804 for review

Juli Mallett jmallett at FreeBSD.org
Fri Mar 12 11:05:14 PST 2004


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

Change 48804 by jmallett at jmallett_oingo on 2004/03/12 11:05:04

	All I ever needed is one nop before eret.
	Don't pretend this is more special than it is.

Affected files ...

.. //depot/projects/mips/sys/mips/mips/exception.S#18 edit

Differences ...

==== //depot/projects/mips/sys/mips/mips/exception.S#18 (text+ko) ====

@@ -23,7 +23,7 @@
  * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  * SUCH DAMAGE.
  *
- * $P4: //depot/projects/mips/sys/mips/mips/exception.S#17 $
+ * $P4: //depot/projects/mips/sys/mips/mips/exception.S#18 $
  */
 
 #include "opt_ddb.h"
@@ -197,10 +197,8 @@
 	 */
 	dmtc0	k0, MIPS_COP_0_TLB_LO0
 	dmtc0	k1, MIPS_COP_0_TLB_LO1
+	nop
 	tlbwr
-	nop
-	nop
-	nop
 	eret
 	.set at
 VEND(XTLBMissVector)


More information about the p4-projects mailing list