Subject: CVS commit: src
To: None <source-changes@netbsd.org>
From: Michael L. Hitch <mhitch@netbsd.org>
List: source-changes
Date: 02/28/1999 12:36:32
Module Name:	src
Committed By:	mhitch
Date:		Sun Feb 28 20:36:31 UTC 1999

Modified Files:
	src/sys/arch/mips/mips: locore.S
Log Message:
Change switch_exit() to use the *current* proc0 stack pointer, instead of
the *initial* stack pointer.  The proc0 stack is being used by proc0 (i.e.
uvm_scheduler).  This had been working because switch_exit() wasn't
overwriting any critical areas of the stack - unless kernel profiling
was turned on.