PERFORCE change 132231 for review
Kip Macy
kmacy at FreeBSD.org
Mon Dec 31 22:35:04 PST 2007
http://perforce.freebsd.org/chv.cgi?CH=132231
Change 132231 by kmacy at pandemonium:kmacy:xen31 on 2008/01/01 06:35:03
re-disable interrupts for servicing pending events
Affected files ...
.. //depot/projects/xen31/sys/i386/xen/exception.s#3 edit
Differences ...
==== //depot/projects/xen31/sys/i386/xen/exception.s#3 (text+ko) ====
@@ -136,6 +136,8 @@
pushl %eax; TRAP(T_HYPCALLBACK)
hypervisor_callback_pending:
+ movl HYPERVISOR_shared_info,%esi
+ XEN_BLOCK_EVENTS(%esi) /* cli */
movl $T_HYPCALLBACK,TF_TRAPNO(%esp)
movl $T_HYPCALLBACK,TF_ERR(%esp)
jmp 11f
More information about the p4-projects
mailing list