Subject: CVS commit: src/sys/arch/sgimips/sgimips
To: None <source-changes@NetBSD.org>
From: Christopher SEKIYA <sekiya@netbsd.org>
List: source-changes
Date: 10/18/2005 00:47:08
Module Name: src
Committed By: sekiya
Date: Tue Oct 18 00:47:08 UTC 2005
Modified Files:
src/sys/arch/sgimips/sgimips: machdep.c
Log Message:
Restore missing call to r5k_enable_sdcache(). Its' removal was a thinko
on my part -- the COP0 SC presence test fails on r5k IP22, but
r5k_enable_sdcache() will DTRT regardless.
Pointed out by tsutsui@
To generate a diff of this commit:
cvs rdiff -r1.93 -r1.94 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.