Subject: CVS commit: syssrc/sys/arch/arm
To: None <source-changes@netbsd.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 11/19/2001 20:41:33
Module Name:	syssrc
Committed By:	thorpej
Date:		Mon Nov 19 18:41:33 UTC 2001

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

Log Message:
Implement pmap_update().  Currently it just calls cpu_cpwait(),
which ensures that TLB/cache operations have completed.


To generate a diff of this commit:
cvs rdiff -r1.30 -r1.31 syssrc/sys/arch/arm/arm32/pmap.c
cvs rdiff -r1.16 -r1.17 syssrc/sys/arch/arm/include/arm32/pmap.h

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