Module Name: src
Committed By: skrll
Date: Tue Jun 25 21:26:04 UTC 2019
Modified Files:
src/sys/arch/mips/mips: mipsX_subr.S
Log Message:
s/cpulwp/curlwp/
To generate a diff of this commit:
cvs rdiff -u -r1.104 -r1.105 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.104 src/sys/arch/mips/mips/mipsX_subr.S:1.105
--- src/sys/arch/mips/mips/mipsX_subr.S:1.104 Sun Aug 20 09:47:13 2017
+++ src/sys/arch/mips/mips/mipsX_subr.S Tue Jun 25 21:26:04 2019
@@ -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 @@ NESTED_NOPROFILE(MIPSX(systemcall), CALL
* 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)