[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] [xen-unstable] [IA64] Clear pending event when vcpu boots
# HG changeset patch # User Alex Williamson <alex.williamson@xxxxxx> # Date 1178565267 21600 # Node ID 4b4db1f10147ec58468c06b56e8ecf6319bd516a # Parent 1a010d9444baa9c1b44f42856f607ab584574315 [IA64] Clear pending event when vcpu boots Signed-off-by: Isaku Yamahata <yamahata@xxxxxxxxxxxxx> --- xen/arch/ia64/xen/vcpu.c | 1 + 1 files changed, 1 insertion(+) diff -r 1a010d9444ba -r 4b4db1f10147 xen/arch/ia64/xen/vcpu.c --- a/xen/arch/ia64/xen/vcpu.c Mon May 07 13:12:44 2007 -0600 +++ b/xen/arch/ia64/xen/vcpu.c Mon May 07 13:14:27 2007 -0600 @@ -176,6 +176,7 @@ void vcpu_init_regs(struct vcpu *v) /* SAL specification 3.2.4 */ VCPU(v, vpsr) = IA64_PSR_AC | IA64_PSR_IC | IA64_PSR_BN; + v->vcpu_info->evtchn_upcall_pending = 0; v->vcpu_info->evtchn_upcall_mask = -1; } _______________________________________________ Xen-changelog mailing list Xen-changelog@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |