Subject: CVS commit: [bouyer-xen2] src/sys/arch/xen/i386
To: None <source-changes@NetBSD.org>
From: Manuel Bouyer <bouyer@netbsd.org>
List: source-changes
Date: 01/21/2005 10:21:58
Module Name:	src
Committed By:	bouyer
Date:		Fri Jan 21 10:21:58 UTC 2005

Modified Files:
	src/sys/arch/xen/i386 [bouyer-xen2]: vector.S

Log Message:
When unmasking an interrupt, do a PHYSDEVOP_IRQ_UNMASK_NOTIFY, in case
the IRQ needs it.
XXX this is suboptimal, we do an hypervisor call for each interrupt.
XXX We should check the irq_needs_unmask_notify array before doing the
XXX hypercall.


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