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 comment
details: https://anonhg.NetBSD.org/src/rev/f252b2dec699
branches: trunk
changeset: 353296:f252b2dec699
user: skrll <skrll%NetBSD.org@localhost>
date: Thu Apr 27 19:40:55 2017 +0000
description:
Typo in comment
diffstat:
sys/arch/mips/mips/cache_r4k_subr.S | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (21 lines):
diff -r 4ab46c05b5e0 -r f252b2dec699 sys/arch/mips/mips/cache_r4k_subr.S
--- a/sys/arch/mips/mips/cache_r4k_subr.S Thu Apr 27 19:18:50 2017 +0000
+++ b/sys/arch/mips/mips/cache_r4k_subr.S Thu Apr 27 19:40:55 2017 +0000
@@ -37,7 +37,7 @@
#include <mips/asm.h>
-RCSID("$NetBSD: cache_r4k_subr.S,v 1.2 2016/07/11 16:15:36 matt Exp $")
+RCSID("$NetBSD: cache_r4k_subr.S,v 1.3 2017/04/27 19:40:55 skrll Exp $")
#include <mips/cache_r4k.h>
@@ -83,7 +83,7 @@
and v1, a0, LINE_SIZE - 1 # get offset in cache line
xor a0, v1 # align start to cache line
PTR_ADDU a1, v1 # add offset to size
- PTR_ADDU a1, LINE_SIZE - 1 # size is now rouned
+ PTR_ADDU a1, LINE_SIZE - 1 # size is now rounded
PTR_SRL t0, a1, LINE_SHIFT # get # of cache lines
beqz t0, 3f # bail if t0 is 0 (no lines)
Home |
Main Index |
Thread Index |
Old Index