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 s/cpulwp/curlwp/



details:   https://anonhg.NetBSD.org/src/rev/3992c4d50b6a
branches:  trunk
changeset: 452274:3992c4d50b6a
user:      skrll <skrll%NetBSD.org@localhost>
date:      Tue Jun 25 21:26:04 2019 +0000

description:
s/cpulwp/curlwp/

diffstat:

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

diffs (18 lines):

diff -r 3733ab8add8e -r 3992c4d50b6a sys/arch/mips/mips/mipsX_subr.S
--- a/sys/arch/mips/mips/mipsX_subr.S   Tue Jun 25 21:09:33 2019 +0000
+++ b/sys/arch/mips/mips/mipsX_subr.S   Tue Jun 25 21:26:04 2019 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: mipsX_subr.S,v 1.104 2017/08/20 09:47:13 maya Exp $    */
+/*     $NetBSD: mipsX_subr.S,v 1.105 2019/06/25 21:26:04 skrll Exp $   */
 
 /*
  * Copyright 2002 Wasabi Systems, Inc.
@@ -1659,7 +1659,7 @@
         * Save all the registers but kernel temporaries onto the stack.
         */
        KERN_ENTRY_ERRATA
-       /* k1 already contains cpulwp */
+       /* k1 already contains curlwp */
        PTR_L   k0, L_PCB(k1)                   # XXXuvm_lwp_getuarea
        PTR_ADDU k0, USPACE - TF_SIZ - CALLFRAME_SIZ
        #REG_S  AT, CALLFRAME_SIZ+TF_REG_AST(k0)



Home | Main Index | Thread Index | Old Index