Subject: CVS commit: src
To: None <source-changes@netbsd.org>
From: Mark Brinicombe <mark@netbsd.org>
List: source-changes
Date: 09/09/1998 19:16:29
Module Name:	src
Committed By:	mark
Date:		Thu Sep 10 02:16:29 UTC 1998

Modified Files:
	src/sys/arch/arm32/arm32: cpuswitch.S
Log Message:
Fix bug in switch_exit() from last commit. This fixes PR 6132.
The bug is that the modification to call exit2() removed a stack pop
but not the associated push.