Subject: CVS commit: src/sys/arch/xen/i386
To: None <source-changes@NetBSD.org>
From: Manuel Bouyer <bouyer@netbsd.org>
List: source-changes
Date: 03/17/2005 15:30:45
Module Name:	src
Committed By:	bouyer
Date:		Thu Mar 17 15:30:45 UTC 2005

Modified Files:
	src/sys/arch/xen/i386: vector.S

Log Message:
When handling a defered event, unmasking it isn't enouth, we also need to check
if the corresponding bit needs to be set in evtchn_pending_sel, and eventually
force an upcall (if we got a second event when this one what being handled).
For now to this by calling hypervisor_enable_irq(), this could be rewritten
in inline assembly by someone knowing enouth about i386 assembly :)


To generate a diff of this commit:
cvs rdiff -r1.6 -r1.7 src/sys/arch/xen/i386/vector.S

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