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

[Xen-ia64-devel] [patch] set paddr bits to 48

To: Alex Williamson <alex.williamson@xxxxxx>
Subject: [Xen-ia64-devel] [patch] set paddr bits to 48
From: Jes Sorensen <jes@xxxxxxx>
Date: Mon, 04 Jun 2007 16:16:03 +0200
Cc: xen-ia64-devel@xxxxxxxxxxxxxxxxxxx
Delivery-date: Mon, 04 Jun 2007 07:14:03 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
In-reply-to: <4664145E.5060304@xxxxxxx>
List-help: <mailto:xen-ia64-devel-request@lists.xensource.com?subject=help>
List-id: Discussion of the ia64 port of Xen <xen-ia64-devel.lists.xensource.com>
List-post: <mailto:xen-ia64-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-ia64-devel>, <mailto:xen-ia64-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-ia64-devel>, <mailto:xen-ia64-devel-request@lists.xensource.com?subject=unsubscribe>
References: <4664145E.5060304@xxxxxxx>
Sender: xen-ia64-devel-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: Thunderbird 1.5.0.4 (X11/20060527)
Hrmpf,

Talk about timing - looks like my NUMA change is not needed given the
two other patches that went in end of last week. So much for spending
3 days chasing this one down :-(

Anyway we still want to set PADDR_BITS to 48 and save about 5KB per
node.

Cheers,
Jes

# HG changeset patch
# User jes@xxxxxxxxxxxxxxxx
# Date 1180966210 -7200
# Node ID 0e990d1f021a0e720c004a4d6517ba8412f0814c
# Parent  5ea5522aa0d56923444183bb3264cafd37576c8b
Set PADDR_BITS to 48 to match reality and save about 5KB per node.

Signed-off-by: Jes Sorensen <jes@xxxxxxx>

diff -r 5ea5522aa0d5 -r 0e990d1f021a xen/include/asm-ia64/config.h
--- a/xen/include/asm-ia64/config.h     Mon Jun 04 16:08:15 2007 +0200
+++ b/xen/include/asm-ia64/config.h     Mon Jun 04 16:10:10 2007 +0200
@@ -43,6 +43,8 @@
 #define supervisor_mode_kernel (0)
 
 #define CONFIG_DMA_BITSIZE 32
+
+#define PADDR_BITS     48
 
 /* If PERFC is used, include privop maps.  */
 #ifdef PERF_COUNTERS
_______________________________________________
Xen-ia64-devel mailing list
Xen-ia64-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-ia64-devel
<Prev in Thread] Current Thread [Next in Thread>