Subject: CVS commit: src/sys/arch/mips/mips
To: None <source-changes@NetBSD.org>
From: Izumi Tsutsui <tsutsui@netbsd.org>
List: source-changes
Date: 10/11/2003 09:09:15
Module Name:	src
Committed By:	tsutsui
Date:		Sat Oct 11 09:09:15 UTC 2003

Modified Files:
	src/sys/arch/mips/mips: cache.c

Log Message:
It seems r4k_sdcache_wb_range_NN() function can't handle
R10000 L2 cache (which is 2-way set-associative write-back),
so use r4k_sdcache_wbinv_range_NN() for workaround until someone
implement proper r10k_sdcache_*() ops.

Problem reported by Christopher SEKIYA.


To generate a diff of this commit:
cvs rdiff -r1.21 -r1.22 src/sys/arch/mips/mips/cache.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.