From 45bd685dbea5a07361877b881b04b936284cf1f4 Mon Sep 17 00:00:00 2001 From: tsutsui Date: Sat, 26 Mar 2005 10:04:29 +0000 Subject: [PATCH] mips_sdcache_forceinv has been removed. XXX Should we check MIPS3_CONFIG_SE in mips3_cp0_config_read() and XXX call r5k_enable_sdcache() accordingly here? --- sys/arch/sgimips/sgimips/machdep.c | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/sys/arch/sgimips/sgimips/machdep.c b/sys/arch/sgimips/sgimips/machdep.c index 7259d1cf72be..5ca2099363ce 100644 --- a/sys/arch/sgimips/sgimips/machdep.c +++ b/sys/arch/sgimips/sgimips/machdep.c @@ -1,4 +1,4 @@ -/* $NetBSD: machdep.c,v 1.90 2005/03/01 04:25:00 sekiya Exp $ */ +/* $NetBSD: machdep.c,v 1.91 2005/03/26 10:04:29 tsutsui Exp $ */ /* * Copyright (c) 2000 Soren S. Jorvang @@ -34,7 +34,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.90 2005/03/01 04:25:00 sekiya Exp $"); +__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.91 2005/03/26 10:04:29 tsutsui Exp $"); #include "opt_ddb.h" #include "opt_kgdb.h" @@ -865,9 +865,7 @@ void mips_machdep_cache_config(void) #if defined(MIPS3) case MIPS_R5000: case MIPS_RM5200: - mips_sdcache_forceinv = 1; break; - #endif } }