Module Name:    src
Committed By:   matt
Date:           Thu Nov  3 18:27:08 UTC 2011

Modified Files:
        src/sys/arch/mips/mips: mipsX_subr.S

Log Message:
Fix brain fart.


To generate a diff of this commit:
cvs rdiff -u -r1.54 -r1.55 src/sys/arch/mips/mips/mipsX_subr.S

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/mips/mips/mipsX_subr.S
diff -u src/sys/arch/mips/mips/mipsX_subr.S:1.54 src/sys/arch/mips/mips/mipsX_subr.S:1.55
--- src/sys/arch/mips/mips/mipsX_subr.S:1.54	Sat Aug 27 13:23:52 2011
+++ src/sys/arch/mips/mips/mipsX_subr.S	Thu Nov  3 18:27:07 2011
@@ -1,4 +1,4 @@
-/*	$NetBSD: mipsX_subr.S,v 1.54 2011/08/27 13:23:52 bouyer Exp $	*/
+/*	$NetBSD: mipsX_subr.S,v 1.55 2011/11/03 18:27:07 matt Exp $	*/
 
 /*
  * Copyright 2002 Wasabi Systems, Inc.
@@ -2050,7 +2050,7 @@ LEAF_NOPROFILE(MIPSX(tlb_invalidate_asid
 	bne	t1, t2, 1b
 	 nop
 
-	_MFC0	t0, MIPS_COP_0_TLB_HI		# restore PID.
+	_MTC0	t0, MIPS_COP_0_TLB_HI		# restore PID.
 	mtc0	t3, MIPS_COP_0_TLB_PG_MASK	# restore pgMask
 	COP0_SYNC
 

Reply via email to