Subject: CVS commit: src/sys/arch
To: None <source-changes@NetBSD.org>
From: Andrew Doran <ad@netbsd.org>
List: source-changes
Date: 11/12/2007 19:02:29
Module Name:	src
Committed By:	ad
Date:		Mon Nov 12 19:02:29 UTC 2007

Modified Files:
	src/sys/arch/amd64/amd64: machdep.c
	src/sys/arch/i386/i386: machdep.c
	src/sys/arch/x86/x86: x86_machdep.c
	src/sys/arch/xen/i386: machdep.c

Log Message:
Merge cpu_need_resched() from vmlocking:

- Always do an aston(), even if not sending an IPI. May help with xine.
- Post asts on cpu_onproc, not ci_curlwp.


To generate a diff of this commit:
cvs rdiff -r1.65 -r1.66 src/sys/arch/amd64/amd64/machdep.c
cvs rdiff -r1.613 -r1.614 src/sys/arch/i386/i386/machdep.c
cvs rdiff -r1.13 -r1.14 src/sys/arch/x86/x86/x86_machdep.c
cvs rdiff -r1.45 -r1.46 src/sys/arch/xen/i386/machdep.c

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