Subject: CVS commit: [netbsd-3] src/sys/arch/xen
To: None <source-changes@NetBSD.org>
From: Matthias Scheler <tron@netbsd.org>
List: source-changes
Date: 03/30/2005 10:04:30
Module Name:	src
Committed By:	tron
Date:		Wed Mar 30 10:04:30 UTC 2005

Modified Files:
	src/sys/arch/xen/i386 [netbsd-3]: hypervisor_machdep.c
	src/sys/arch/xen/include [netbsd-3]: cpufunc.h

Log Message:
Pull up revision 1.6 (requested by bouyer in ticket #71):
Don't assume we're on a uniprocessor system (the hypervisor may be running SMP)
and add "lock;" barrier to avoid instruction reordering in event handlings.
This fix the last issue with event loss I was getting on SMP systems.


To generate a diff of this commit:
cvs rdiff -r1.4.2.1 -r1.4.2.2 src/sys/arch/xen/i386/hypervisor_machdep.c
cvs rdiff -r1.5 -r1.5.2.1 src/sys/arch/xen/include/cpufunc.h

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