Subject: CVS commit: src
To: None <source-changes@netbsd.org>
From: Mark Brinicombe <mark@netbsd.org>
List: source-changes
Date: 08/15/1998 19:17:17
Module Name:	src
Committed By:	mark
Date:		Sun Aug 16 02:17:17 UTC 1998

Modified Files:
	src/sys/arch/arm32/arm32: cpuswitch.S
Log Message:
Block user space access between the cache purge and the context switch in
cpu_switch() as all user space addresses must be removed from the cache
prior to the context switch and interrupts are live for the purge.