Module Name: src
Committed By: skrll
Date: Fri Aug 5 15:35:32 UTC 2016
Modified Files:
src/sys/arch/mips/mips: mipsX_subr.S
Log Message:
Fix a comment
To generate a diff of this commit:
cvs rdiff -u -r1.78 -r1.79 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.78 src/sys/arch/mips/mips/mipsX_subr.S:1.79
--- src/sys/arch/mips/mips/mipsX_subr.S:1.78 Fri Aug 5 15:33:28 2016
+++ src/sys/arch/mips/mips/mipsX_subr.S Fri Aug 5 15:35:32 2016
@@ -1,4 +1,4 @@
-/* $NetBSD: mipsX_subr.S,v 1.78 2016/08/05 15:33:28 skrll Exp $ */
+/* $NetBSD: mipsX_subr.S,v 1.79 2016/08/05 15:35:32 skrll Exp $ */
/*
* Copyright 2002 Wasabi Systems, Inc.
@@ -2162,7 +2162,7 @@ LEAF(MIPSX(tlb_update_addr))
li v0, 0 # assume failure
bnez t1, 4f # Decide even odd
nop
- move t3, a2 # swap a1 & t0
+ move t3, a2 # swap a2 and t0
move a2, t0 #
move t0, a3 #
4: