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] [ppc/xen-unstable.hg] [POWERPC][XEN] Increase foreign mapping s

Changeset abc2bd44e1dc : 
http://xenbits.xensource.com/ext/ppc/xen-unstable.hg?cmd=changeset;node=abc2bd44e1dc

        [POWERPC][XEN] Increase foreign mapping size to accommodate Linux 
2.6.18 usage.
        Signed-off-by: Christian Ehrhardt <ehrhardt@xxxxxxxxxxxxxxxxxx>
        Signed-off-by: Hollis Blanchard <hollisb@xxxxxxxxxx>

diffstat:

1 files changed, 1 insertion(+), 1 deletion(-)
xen/arch/powerpc/domain.c |    2 +-

diffs (12 lines):

diff -r 92e15a15469d -r abc2bd44e1dc xen/arch/powerpc/domain.c
--- a/xen/arch/powerpc/domain.c Fri Jul 06 16:19:36 2007 -0500
+++ b/xen/arch/powerpc/domain.c Fri Jul 06 16:21:39 2007 -0500
@@ -88,7 +88,7 @@ int arch_domain_create(struct domain *d)
     d->arch.large_page_sizes = cpu_large_page_orders(
         d->arch.large_page_order, ARRAY_SIZE(d->arch.large_page_order));
 
-    d->arch.foreign_mfn_count = 1024;
+    d->arch.foreign_mfn_count = 2048;
     d->arch.foreign_mfns = xmalloc_array(uint, d->arch.foreign_mfn_count);
     BUG_ON(d->arch.foreign_mfns == NULL);
 

_______________________________________________
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] [ppc/xen-unstable.hg] [POWERPC][XEN] Increase foreign mapping si..., patchbot <=