Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/arch/xen/i386
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.
Home |
Main Index |
Thread Index |
Old Index