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] Fix the -xen, -xen0 builds.

# HG changeset patch
# User kaf24@xxxxxxxxxxxxxxxxxxxx
# Node ID 7e8bb50fa8fabc773dd49672c5636b61683f50e6
# Parent  101bfb71cc566d0c56edbd89f2dcfb0adf413139
Fix the -xen, -xen0 builds.
Signed-off-by: Keir Fraser <keir@xxxxxxxxxxxxx>

diff -r 101bfb71cc56 -r 7e8bb50fa8fa 
linux-2.6-xen-sparse/drivers/xen/xenbus/xenbus_backend_client.c
--- a/linux-2.6-xen-sparse/drivers/xen/xenbus/xenbus_backend_client.c   Tue Apr 
25 14:50:32 2006 +0100
+++ b/linux-2.6-xen-sparse/drivers/xen/xenbus/xenbus_backend_client.c   Tue Apr 
25 16:08:11 2006 +0100
@@ -95,7 +95,7 @@ int xenbus_unmap_ring_vfree(struct xenbu
 {
        struct gnttab_unmap_grant_ref op;
 
-       gnttab_set_unmap_op(&op, (unsigned long)vaddr, GNTMAP_host_map,
+       gnttab_set_unmap_op(&op, (unsigned long)area->addr, GNTMAP_host_map,
                            (grant_handle_t)area->phys_addr);
 
        lock_vm_area(area);

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

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-changelog] Fix the -xen, -xen0 builds., Xen patchbot -unstable <=