Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 1 Jan 2008 06:35:03 GMT
From:      Kip Macy <kmacy@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 132231 for review
Message-ID:  <200801010635.m016Z39u017202@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=132231

Change 132231 by kmacy@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200801010635.m016Z39u017202>