Subject: CVS commit: src/sys/arch/sgimips/sgimips
To: None <source-changes@NetBSD.org>
From: Christopher SEKIYA <sekiya@netbsd.org>
List: source-changes
Date: 12/13/2004 08:30:59
Module Name: src
Committed By: sekiya
Date: Mon Dec 13 08:30:58 UTC 2004
Modified Files:
src/sys/arch/sgimips/sgimips: machdep.c
Log Message:
MIPS3_CONFIG_SC is an unreliable indicator for SC presence; r5k_enable_sdcache()
will gracefully exit if there is no secondary cache. Rework #ifdef'd out
r5k cache code to take this into account, and remove pointless r10k case.
To generate a diff of this commit:
cvs rdiff -r1.87 -r1.88 src/sys/arch/sgimips/sgimips/machdep.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.