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

Modified Files:
        src/sys/arch/mips/mips [matt-nb5-mips64]: mipsX_subr.S

Log Message:
Fix brain fart


To generate a diff of this commit:
cvs rdiff -u -r1.26.36.1.2.46 -r1.26.36.1.2.47 \
    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.26.36.1.2.46 src/sys/arch/mips/mips/mipsX_subr.S:1.26.36.1.2.47
--- src/sys/arch/mips/mips/mipsX_subr.S:1.26.36.1.2.46	Fri Jul  1 02:04:15 2011
+++ src/sys/arch/mips/mips/mipsX_subr.S	Thu Nov  3 18:29:27 2011
@@ -1,4 +1,4 @@
-/*	$NetBSD: mipsX_subr.S,v 1.26.36.1.2.46 2011/07/01 02:04:15 matt Exp $	*/
+/*	$NetBSD: mipsX_subr.S,v 1.26.36.1.2.47 2011/11/03 18:29:27 matt Exp $	*/
 
 /*
  * Copyright 2002 Wasabi Systems, Inc.
@@ -2043,7 +2043,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
 	mtc0	v1, MIPS_COP_0_STATUS		# restore status register

Reply via email to