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] warning fix

# HG changeset patch
# User awilliam@xxxxxxxxxxx
# Node ID 14f8c17c980834ccb9da8c1f712a593ac6eacfcd
# Parent  7be1cfe8345b6bf09e66f037de6fd59c3bb0f706
[IA64] warning fix

unused variable removal

Signed-off-by: Alex Williamson <alex.williamson@xxxxxx>
---
 xen/arch/ia64/vmx/vmx_init.c |    1 -
 1 files changed, 1 deletion(-)

diff -r 7be1cfe8345b -r 14f8c17c9808 xen/arch/ia64/vmx/vmx_init.c
--- a/xen/arch/ia64/vmx/vmx_init.c      Thu Jul 27 09:47:10 2006 -0600
+++ b/xen/arch/ia64/vmx/vmx_init.c      Thu Jul 27 09:47:59 2006 -0600
@@ -336,7 +336,6 @@ static void vmx_build_physmap_table(stru
 static void vmx_build_physmap_table(struct domain *d)
 {
        unsigned long i, j, start, tmp, end, mfn;
-       struct vcpu *v = d->vcpu[0];
        struct list_head *list_ent = d->page_list.next;
 
        ASSERT(d->max_pages == d->tot_pages);

_______________________________________________
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] warning fix, Xen patchbot-unstable <=