Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: [bouyer-xen2] src/sys/arch/xen/i386



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.




Home | Main Index | Thread Index | Old Index