Subject: CVS commit: src/sys/arch/mips/mips
To: None <source-changes@NetBSD.org>
From: Christopher SEKIYA <sekiya@netbsd.org>
List: source-changes
Date: 12/13/2004 08:39:21
Module Name:	src
Committed By:	sekiya
Date:		Mon Dec 13 08:39:21 UTC 2004

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

Log Message:
Implement r5k indexed writeback-invalidate, and fix usage of Page_Invalidate_S.

Originally written by rafal@ back in April 2003.  Field-tested by many
people since.

(I am not committing the pmap hack at this time; although pmap changes are
necessary to fully address the r5k panic/coma problems, the implementation
needs further thought)


To generate a diff of this commit:
cvs rdiff -r1.24 -r1.25 src/sys/arch/mips/mips/cache.c
cvs rdiff -r1.9 -r1.10 src/sys/arch/mips/mips/cache_r5k.c

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