Module Name: src
Committed By: skrll
Date: Mon Jul 11 19:01:55 UTC 2016
Modified Files:
src/sys/arch/mips/mips: locore_mips1.S
Log Message:
Correct a comment
To generate a diff of this commit:
cvs rdiff -u -r1.88 -r1.89 src/sys/arch/mips/mips/locore_mips1.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/locore_mips1.S
diff -u src/sys/arch/mips/mips/locore_mips1.S:1.88 src/sys/arch/mips/mips/locore_mips1.S:1.89
--- src/sys/arch/mips/mips/locore_mips1.S:1.88 Mon Jul 11 16:15:36 2016
+++ src/sys/arch/mips/mips/locore_mips1.S Mon Jul 11 19:01:55 2016
@@ -1,4 +1,4 @@
-/* $NetBSD: locore_mips1.S,v 1.88 2016/07/11 16:15:36 matt Exp $ */
+/* $NetBSD: locore_mips1.S,v 1.89 2016/07/11 19:01:55 skrll Exp $ */
/*
* Copyright (c) 1992, 1993
@@ -1104,7 +1104,7 @@ _C_LABEL(MIPSX(exceptionentry_end)):
*--------------------------------------------------------------------------
*/
LEAF(MIPSX(tlb_get_asid))
- mfc0 v0, MIPS_COP_0_TLB_HI # Write the hi reg value
+ mfc0 v0, MIPS_COP_0_TLB_HI # Read the hi reg value
nop
and v0, MIPS1_TLB_PID # mask out only the PID
j ra