Subject: CVS commit: src
To: None <source-changes@netbsd.org>
From: Mark Brinicombe <mark@netbsd.org>
List: source-changes
Date: 08/24/1998 20:10:26
Module Name:	src
Committed By:	mark
Date:		Tue Aug 25 03:10:25 UTC 1998

Modified Files:
	src/sys/arch/arm32/riscpc: rpc_machdep.c
Log Message:
Add calls to cpu_cache_cleanID() after calling setttb() during initarm().
This is necessary as the memory addresses being used for the cache clean
(if the CPU is a SA110) may have been remapped by the setttb() call and
thus the cache could loose sync with memory.