Subject: CVS commit: src/sys/arch/sparc/sparc
To: None <source-changes@netbsd.org>
From: Paul Kranenburg <pk@netbsd.org>
List: source-changes
Date: 01/23/2003 21:54:37
Module Name:	src
Committed By:	pk
Date:		Thu Jan 23 19:54:36 UTC 2003

Modified Files:
	src/sys/arch/sparc/sparc: cpu.c cpuvar.h intr.c

Log Message:
Optimize xcall() et.al. further by maintaining a cpuset mask of all CPUs
marked ready. This saves repeated testing for NULL pointers and the
CPUFLG_READY flag.
Also use a separate flag variable to signal xcall completion. This saves a
load and a pipeline stall.


To generate a diff of this commit:
cvs rdiff -r1.172 -r1.173 src/sys/arch/sparc/sparc/cpu.c
cvs rdiff -r1.56 -r1.57 src/sys/arch/sparc/sparc/cpuvar.h
cvs rdiff -r1.77 -r1.78 src/sys/arch/sparc/sparc/intr.c

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