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] [xenppc-unstable] [XEN][POWERPC] Remove limit on the page frame

To: xen-ppc-devel@xxxxxxxxxxxxxxxxxxx
Subject: [XenPPC] [xenppc-unstable] [XEN][POWERPC] Remove limit on the page frame table
From: Xen patchbot-xenppc-unstable <patchbot-xenppc-unstable@xxxxxxxxxxxxxxxxxxx>
Date: Fri, 29 Sep 2006 02:30:37 +0000
Delivery-date: Sat, 30 Sep 2006 05:59:22 -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 2e219f06f9a407d13248ea7a389373a23028c426
# Parent  c9bf3af5624b6186e665e6d8d783ff92a5b3afce
[XEN][POWERPC] Remove limit on the page frame table

Dunno where the limit came from, but it is the reason we were
asserting in the page allocator.

Signed-off-by: Jimi Xenidis <jimix@xxxxxxxxxxxxxx>
---
 xen/arch/powerpc/mm.c |    2 --
 1 files changed, 2 deletions(-)

diff -r c9bf3af5624b -r 2e219f06f9a4 xen/arch/powerpc/mm.c
--- a/xen/arch/powerpc/mm.c     Thu Sep 28 12:34:01 2006 -0400
+++ b/xen/arch/powerpc/mm.c     Thu Sep 28 22:31:23 2006 -0400
@@ -164,8 +164,6 @@ void __init init_frametable(void)
     int i;
 
     nr_pages = PFN_UP(max_page * sizeof(struct page_info));
-    nr_pages = min(nr_pages, (4UL << (20 - PAGE_SHIFT)));
-    
 
     p = alloc_boot_pages(nr_pages, 1);
     if (p == 0)

_______________________________________________
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] [xenppc-unstable] [XEN][POWERPC] Remove limit on the page frame table, Xen patchbot-xenppc-unstable <=