Subject: CVS commit: src/sys/arch/i386
To: None <source-changes@NetBSD.org>
From: Jaromir Dolecek <jdolecek@netbsd.org>
List: source-changes
Date: 01/04/2004 11:44:52
Module Name:	src
Committed By:	jdolecek
Date:		Sun Jan  4 11:44:52 UTC 2004

Modified Files:
	src/sys/arch/i386/i386: locore.S vm_machdep.c
	src/sys/arch/i386/include: cpu.h

Log Message:
Process and lwp exit path always executes lwp_exit2() now and cpu_exit()
is empty besides calling switch_exit(). So, rename switch_exit() to
cpu_exit() and modify the routine to call lwp_exit2() direct.
This saves couple cycles on the exit path.


To generate a diff of this commit:
cvs rdiff -r1.20 -r1.21 src/sys/arch/i386/i386/locore.S
cvs rdiff -r1.113 -r1.114 src/sys/arch/i386/i386/vm_machdep.c
cvs rdiff -r1.111 -r1.112 src/sys/arch/i386/include/cpu.h

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