# HG changeset patch
# User Jimi Xenidis <[EMAIL PROTECTED]>
# Node ID dbf72424c4ae8b4a88d1864b22684b5b6e9c3bbe
# Parent  1811cc5022fb30b40d241c1742eb5f5eb1928fe3
[POWERPC] oops on commit
---
 xen/arch/powerpc/shadow.c |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

diff -r 1811cc5022fb -r dbf72424c4ae xen/arch/powerpc/shadow.c
--- a/xen/arch/powerpc/shadow.c Sun Aug 27 20:48:06 2006 -0400
+++ b/xen/arch/powerpc/shadow.c Mon Aug 28 11:52:17 2006 -0400
@@ -46,7 +46,7 @@ static ulong htab_alloc(struct domain *d
 
     if (order < 6)
         order = 6;              /* architectural minimum is 2^18 */
-    if (order < 34)
+    if (order > 34)
         order = 34;             /* architectural minimum is 2^46 */
 
     htab_raddr = (ulong)alloc_xenheap_pages(order);

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

Reply via email to