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 Typo in comments
details: https://anonhg.NetBSD.org/src/rev/a134faec4c36
branches: trunk
changeset: 346857:a134faec4c36
user: skrll <skrll%NetBSD.org@localhost>
date: Fri Aug 05 10:39:49 2016 +0000
description:
Typo in comments
diffstat:
sys/arch/mips/mips/mipsX_subr.S | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r ba4a75e44419 -r a134faec4c36 sys/arch/mips/mips/mipsX_subr.S
--- a/sys/arch/mips/mips/mipsX_subr.S Fri Aug 05 09:06:52 2016 +0000
+++ b/sys/arch/mips/mips/mipsX_subr.S Fri Aug 05 10:39:49 2016 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: mipsX_subr.S,v 1.76 2016/07/30 07:10:42 skrll Exp $ */
+/* $NetBSD: mipsX_subr.S,v 1.77 2016/08/05 10:39:49 skrll Exp $ */
/*
* Copyright 2002 Wasabi Systems, Inc.
@@ -2305,7 +2305,7 @@
#endif
and a2, t0 # a2=valid entryLo0 afterwards
and a3, t1 # a3=valid entryLo1 afterwards
- or v0, a2, a3 # will one be value?
+ or v0, a2, a3 # will one be valid?
#ifdef MIPSNN
movz t0, zero, a2 # zero lo0 if V would not be set
movz t1, zero, a3 # zero lo1 if V would not be set
@@ -2318,7 +2318,7 @@
_SLL a3, a3, PG_V_LSHIFT # move V to MSB
_SRA a3, a3, PG_V_RSHIFT # fill with MSB
and t1, t1, a3 # zero lo1 if V would not be set
- move t2, a0 # we need entryHi to be value
+ move t2, a0 # we need entryHi to be valid
1:
#endif /* MIPSNN */
#endif /* (PGSHIFT & 1) == 0 */
Home |
Main Index |
Thread Index |
Old Index