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 Vr4100 and Vr4300 are not capable of havi...
details: https://anonhg.NetBSD.org/src/rev/3c482aa5ed72
branches: trunk
changeset: 556586:3c482aa5ed72
user: nisimura <nisimura%NetBSD.org@localhost>
date: Sun Dec 21 07:59:25 2003 +0000
description:
Vr4100 and Vr4300 are not capable of having external caches.
diffstat:
sys/arch/mips/mips/cache.c | 6 ++----
1 files changed, 2 insertions(+), 4 deletions(-)
diffs (27 lines):
diff -r 3f2328f87bcb -r 3c482aa5ed72 sys/arch/mips/mips/cache.c
--- a/sys/arch/mips/mips/cache.c Sun Dec 21 07:53:58 2003 +0000
+++ b/sys/arch/mips/mips/cache.c Sun Dec 21 07:59:25 2003 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: cache.c,v 1.23 2003/11/01 04:42:56 shin Exp $ */
+/* $NetBSD: cache.c,v 1.24 2003/12/21 07:59:25 nisimura Exp $ */
/*
* Copyright 2001, 2002 Wasabi Systems, Inc.
@@ -68,7 +68,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: cache.c,v 1.23 2003/11/01 04:42:56 shin Exp $");
+__KERNEL_RCSID(0, "$NetBSD: cache.c,v 1.24 2003/12/21 07:59:25 nisimura Exp $");
#include "opt_cputype.h"
#include "opt_mips_cache.h"
@@ -676,8 +676,6 @@
(MIPS3_MAX_PCACHE_SIZE - 1) & ~(PAGE_SIZE - 1);
mips_cache_prefer_mask = MIPS3_MAX_PCACHE_SIZE - 1;
/* FALLTHROUGH */
- case MIPS_R4100:
- case MIPS_R4300:
case MIPS_R4600:
#ifdef ENABLE_MIPS_R4700
case MIPS_R4700:
Home |
Main Index |
Thread Index |
Old Index