Subject: CVS commit: src/sys/arch/sh3/sh3
To: None <source-changes@NetBSD.org>
From: Valeriy E. Ushakov <uwe@netbsd.org>
List: source-changes
Date: 01/18/2004 18:54:17
Module Name:	src
Committed By:	uwe
Date:		Sun Jan 18 18:54:17 UTC 2004

Modified Files:
	src/sys/arch/sh3/sh3: locore_subr.S vm_machdep.c

Log Message:
Implement proper switch_exit in assembler.  Since cpu_switch is
reduced to just a call to switch_exit, g/c the C version and add a one
instruction assembler version that just falls through to switch_exit.

Addresses PR#24007 by Jaromir Dolecek <jdolecek@netbsd> and makes sh3
kernels work again after his elimination of the reaper.  Tested on hpcsh.


To generate a diff of this commit:
cvs rdiff -r1.18 -r1.19 src/sys/arch/sh3/sh3/locore_subr.S
cvs rdiff -r1.41 -r1.42 src/sys/arch/sh3/sh3/vm_machdep.c

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