Subject: CVS commit: syssrc/sys/arch/sh5
To: None <source-changes@netbsd.org>
From: Steve Woodford <scw@netbsd.org>
List: source-changes
Date: 09/28/2002 13:53:58
Module Name:	syssrc
Committed By:	scw
Date:		Sat Sep 28 10:53:58 UTC 2002

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

Log Message:
- Add pmap_page_is_cacheable() to allow the bus_dma code to query the
  cacheable attribute of a mapping.
- Honour PMAP_NC in pmap_enter() using NOCACHE, instead of DEVICE.
- No longer need to re-fetch the ptel in pmap_pa_unmap_kva() as
  syncing the cache no longer risks causing a TLB miss.


To generate a diff of this commit:
cvs rdiff -r1.9 -r1.10 syssrc/sys/arch/sh5/include/pmap.h
cvs rdiff -r1.9 -r1.10 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.