Subject: CVS commit: syssrc/sys/arch/sh5/sh5
To: None <source-changes@netbsd.org>
From: Steve Woodford <scw@netbsd.org>
List: source-changes
Date: 10/10/2002 11:57:52
Module Name:	syssrc
Committed By:	scw
Date:		Thu Oct 10 08:57:52 UTC 2002

Modified Files:
	syssrc/sys/arch/sh5/sh5: pmap.c

Log Message:
More fixes/tweaks:
 - Use the PVO_CACHEABLE flag in the pvo as the One True Indicator of
   the cacheable status of a mapping instead of peeking at the PTEH.
 - Don't inline some of the larger routines, in an effort to appease
   the somewhat buggy compiler.
 - Fix some comments.
 - Fix some casts.
 - Add a bunch more debugging instrumentation.


To generate a diff of this commit:
cvs rdiff -r1.17 -r1.18 syssrc/sys/arch/sh5/sh5/pmap.c

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