WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-changelog

[Xen-changelog] [xen-unstable] [IA64] Fix a typo.

# HG changeset patch
# User awilliam@xxxxxxxxxxx
# Node ID 75b23b6a7cb7344a5605b18fdd676b2a0465aac8
# Parent  4b51d081378d6783cce48255ffb7655931f26d63
[IA64] Fix a typo.

Signed-off-by: Zhang xiantao <xiantao.zhang@xxxxxxxxx>
---
 xen/arch/ia64/vmx/vmx_support.c |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

diff -r 4b51d081378d -r 75b23b6a7cb7 xen/arch/ia64/vmx/vmx_support.c
--- a/xen/arch/ia64/vmx/vmx_support.c   Wed Jun 28 07:52:21 2006 -0600
+++ b/xen/arch/ia64/vmx/vmx_support.c   Mon Jul 03 07:42:17 2006 -0600
@@ -58,7 +58,7 @@ void vmx_wait_io(void)
     if (d->shared_info->evtchn_pending[port / BITS_PER_LONG])
         set_bit(port / BITS_PER_LONG, &v->vcpu_info->evtchn_pending_sel);
 
-    if (&v->vcpu_info->evtchn_pending_sel)
+    if (v->vcpu_info->evtchn_pending_sel)
         set_bit(0, &v->vcpu_info->evtchn_upcall_pending);
 }
 

_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-changelog] [xen-unstable] [IA64] Fix a typo., Xen patchbot-unstable <=