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 Remove old and incorrect comments
details: https://anonhg.NetBSD.org/src/rev/4a02b1934fb4
branches: trunk
changeset: 347586:4a02b1934fb4
user: skrll <skrll%NetBSD.org@localhost>
date: Sun Sep 04 07:30:52 2016 +0000
description:
Remove old and incorrect comments
diffstat:
sys/arch/mips/mips/cache.c | 8 ++------
1 files changed, 2 insertions(+), 6 deletions(-)
diffs (36 lines):
diff -r 07b3f5af3ac9 -r 4a02b1934fb4 sys/arch/mips/mips/cache.c
--- a/sys/arch/mips/mips/cache.c Sun Sep 04 07:27:49 2016 +0000
+++ b/sys/arch/mips/mips/cache.c Sun Sep 04 07:30:52 2016 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: cache.c,v 1.53 2016/08/19 10:05:35 skrll Exp $ */
+/* $NetBSD: cache.c,v 1.54 2016/09/04 07:30:52 skrll Exp $ */
/*
* Copyright 2001, 2002 Wasabi Systems, Inc.
@@ -68,7 +68,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: cache.c,v 1.53 2016/08/19 10:05:35 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: cache.c,v 1.54 2016/09/04 07:30:52 skrll Exp $");
#include "opt_cputype.h"
#include "opt_mips_cache.h"
@@ -465,8 +465,6 @@
panic("r4k pdcache line size %d",
mci->mci_pdcache_line_size);
}
-
- /* Virtually-indexed cache; no use for colors. */
break;
case MIPS_R4600:
@@ -581,8 +579,6 @@
mco->mco_pdcache_wbinv_range =
vr4131v1_pdcache_wbinv_range_16;
}
-
- /* Virtually-indexed cache; no use for colors. */
break;
#ifdef ENABLE_MIPS4_CACHE_R10K
case MIPS_R10000:
Home |
Main Index |
Thread Index |
Old Index