Subject: CVS commit: [bouyer-xen2] src/sys/arch/xen/include
To: None <source-changes@NetBSD.org>
From: Manuel Bouyer <bouyer@netbsd.org>
List: source-changes
Date: 12/17/2004 10:31:59
Module Name:	src
Committed By:	bouyer
Date:		Fri Dec 17 10:31:59 UTC 2004

Modified Files:
	src/sys/arch/xen/include [bouyer-xen2]: cpufunc.h

Log Message:
arch/x86/include/intr.h:spllower() now use read_psl/write_psl to reenable
interrupts if they were enabled at spllower() call.
Change read_psl()/write_psl() to DTRT with
HYPERVISOR_shared_info->vcpu_data[0].evtchn_upcall_mask.
XXX maybe spllower() should use __save_flags/__restore_flags instead.


To generate a diff of this commit:
cvs rdiff -r1.4 -r1.4.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.