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-ppc-devel

[XenPPC] [linux-ppc-2.6] [LINUX][XEN][POWERPC] Alernate interface to get

To: xen-ppc-devel@xxxxxxxxxxxxxxxxxxx
Subject: [XenPPC] [linux-ppc-2.6] [LINUX][XEN][POWERPC] Alernate interface to get passed missing balloon support.
From: Xen patchbot-linux-ppc-2.6 <patchbot-linux-ppc-2.6@xxxxxxxxxxxxxxxxxxx>
Date: Sun, 08 Oct 2006 18:03:48 +0000
Delivery-date: Sun, 08 Oct 2006 11:32:31 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-ppc-devel-request@lists.xensource.com?subject=help>
List-id: Xen PPC development <xen-ppc-devel.lists.xensource.com>
List-post: <mailto:xen-ppc-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-ppc-devel>, <mailto:xen-ppc-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-ppc-devel>, <mailto:xen-ppc-devel-request@lists.xensource.com?subject=unsubscribe>
Reply-to: xen-ppc-devel@xxxxxxxxxxxxxxxxxxx
Sender: xen-ppc-devel-bounces@xxxxxxxxxxxxxxxxxxx
# HG changeset patch
# User Jimi Xenidis <jimix@xxxxxxxxxxxxxx>
# Node ID 116bf9210b61b0c487ce9e4b77693c47691513b2
# Parent  a49fcec03e363fc838760b4f461175b043327286
[LINUX][XEN][POWERPC] Alernate interface to get passed missing balloon support.

Signed-off-by: Jimi Xenidis <jimix@xxxxxxxxxxxxxx>
---
 arch/powerpc/platforms/xen/gnttab.c |    2 +-
 include/xen/driver_util.h           |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff -r a49fcec03e36 -r 116bf9210b61 arch/powerpc/platforms/xen/gnttab.c
--- a/arch/powerpc/platforms/xen/gnttab.c       Sun Oct 08 13:52:39 2006 -0400
+++ b/arch/powerpc/platforms/xen/gnttab.c       Sun Oct 08 13:54:00 2006 -0400
@@ -204,7 +204,7 @@ int HYPERVISOR_grant_table_op(unsigned i
 }
 EXPORT_SYMBOL(HYPERVISOR_grant_table_op);
 
-unsigned long alloc_empty_foreign_map_page_range(unsigned long pages)
+ulong foreign_alloc_empty_page_range(unsigned long nr_pages)
 {
        return (ulong)__va(foreign_map_base);
 }
diff -r a49fcec03e36 -r 116bf9210b61 include/xen/driver_util.h
--- a/include/xen/driver_util.h Sun Oct 08 13:52:39 2006 -0400
+++ b/include/xen/driver_util.h Sun Oct 08 13:54:00 2006 -0400
@@ -19,5 +19,5 @@ extern void update_vm_area(struct vm_str
 /* Lock an area so that PTEs are accessible in the current address space. */
 extern void lock_vm_area(struct vm_struct *area);
 extern void unlock_vm_area(struct vm_struct *area);
-
+extern ulong foreign_alloc_empty_page_range(unsigned long nr_pages);
 #endif /* __ASM_XEN_DRIVER_UTIL_H__ */

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

<Prev in Thread] Current Thread [Next in Thread>
  • [XenPPC] [linux-ppc-2.6] [LINUX][XEN][POWERPC] Alernate interface to get passed missing balloon support., Xen patchbot-linux-ppc-2 . 6 <=