ia64/xen-unstable
changeset 10560:75b23b6a7cb7
[IA64] Fix a typo.
Signed-off-by: Zhang xiantao <xiantao.zhang@intel.com>
Signed-off-by: Zhang xiantao <xiantao.zhang@intel.com>
author | awilliam@xenbuild.aw |
---|---|
date | Mon Jul 03 07:42:17 2006 -0600 (2006-07-03) |
parents | 4b51d081378d |
children | 550786d7d352 |
files | xen/arch/ia64/vmx/vmx_support.c |
line diff
1.1 --- a/xen/arch/ia64/vmx/vmx_support.c Wed Jun 28 07:52:21 2006 -0600 1.2 +++ b/xen/arch/ia64/vmx/vmx_support.c Mon Jul 03 07:42:17 2006 -0600 1.3 @@ -58,7 +58,7 @@ void vmx_wait_io(void) 1.4 if (d->shared_info->evtchn_pending[port / BITS_PER_LONG]) 1.5 set_bit(port / BITS_PER_LONG, &v->vcpu_info->evtchn_pending_sel); 1.6 1.7 - if (&v->vcpu_info->evtchn_pending_sel) 1.8 + if (v->vcpu_info->evtchn_pending_sel) 1.9 set_bit(0, &v->vcpu_info->evtchn_upcall_pending); 1.10 } 1.11