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?
This commit is contained in:
tsutsui 2005-03-26 10:04:29 +00:00
parent a8d2e55834
commit 45bd685dbe

View File

@ -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 * Copyright (c) 2000 Soren S. Jorvang
@ -34,7 +34,7 @@
*/ */
#include <sys/cdefs.h> #include <sys/cdefs.h>
__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_ddb.h"
#include "opt_kgdb.h" #include "opt_kgdb.h"
@ -865,9 +865,7 @@ void mips_machdep_cache_config(void)
#if defined(MIPS3) #if defined(MIPS3)
case MIPS_R5000: case MIPS_R5000:
case MIPS_RM5200: case MIPS_RM5200:
mips_sdcache_forceinv = 1;
break; break;
#endif #endif
} }
} }