Source-Changes archive

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

CVS commit: [netbsd-3] src/sys/arch/xen/i386



Module Name:    src
Committed By:   tron
Date:           Sun Mar 20 14:30:22 UTC 2005

Modified Files:
        src/sys/arch/xen/i386 [netbsd-3]: vector.S

Log Message:
Pull up revision 1.7 (requested by bouyer in ticket #30):
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.6.2.1 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