Subject: CVS commit: src/sys/arch/mips/mips
To: None <source-changes@NetBSD.org>
From: Izumi Tsutsui <tsutsui@netbsd.org>
List: source-changes
Date: 11/01/2003 14:48:16
Module Name:	src
Committed By:	tsutsui
Date:		Sat Nov  1 14:48:16 UTC 2003

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

Log Message:
- Flush cache only if mips_sdcache_line_size == 0 in pmap_copy_page() when
  options MIPS3_L2CACHE_ABSENT is defined.
- Fix comments following #endif for MIPS3_L2CACHE_ABSENT.


To generate a diff of this commit:
cvs rdiff -r1.152 -r1.153 src/sys/arch/mips/mips/pmap.c

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