Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/mips/mips Correct a comment



details:   https://anonhg.NetBSD.org/src/rev/91a7a374e731
branches:  trunk
changeset: 816538:91a7a374e731
user:      skrll <skrll%NetBSD.org@localhost>
date:      Mon Jul 11 19:01:55 2016 +0000

description:
Correct a comment

diffstat:

 sys/arch/mips/mips/locore_mips1.S |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 54f7b8b48dfb -r 91a7a374e731 sys/arch/mips/mips/locore_mips1.S
--- a/sys/arch/mips/mips/locore_mips1.S Mon Jul 11 18:54:32 2016 +0000
+++ b/sys/arch/mips/mips/locore_mips1.S Mon Jul 11 19:01:55 2016 +0000
@@ -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 @@
  *--------------------------------------------------------------------------
  */
 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



Home | Main Index | Thread Index | Old Index