Subject: CVS commit: src/sys/arch/arm/arm32
To: None <source-changes@NetBSD.org>
From: Steve Woodford <scw@netbsd.org>
List: source-changes
Date: 10/30/2003 08:44:14
Module Name:	src
Committed By:	scw
Date:		Thu Oct 30 08:44:14 UTC 2003

Modified Files:
	src/sys/arch/arm/arm32: bus_dma.c

Log Message:
In bus_dmamap_sync(), we can no longer rely on the data cache being
flushed on every context switch as an indicator that a mapping is
not resident in the cache.

Instead, used the per-pmap flag maintained by the cpu_switch/pmap code.


To generate a diff of this commit:
cvs rdiff -r1.37 -r1.38 src/sys/arch/arm/arm32/bus_dma.c

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