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-changelog

[Xen-changelog] [IA64] Fixed print_md

# HG changeset patch
# User awilliam@xxxxxxxxxxx
# Node ID cf66d644b4d66ad26d1d58b2bd7135848a44da00
# Parent  70b7d520bda462b153344047fa9caf13345bb476
[IA64] Fixed print_md

This patch fixed the domain memory information that print_md() 
output.

Signed-off-by: Masaki Kanno <kanno.masaki@xxxxxxxxxxxxxx>
---
 xen/arch/ia64/xen/dom_fw.c |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

diff -r 70b7d520bda4 -r cf66d644b4d6 xen/arch/ia64/xen/dom_fw.c
--- a/xen/arch/ia64/xen/dom_fw.c        Mon May 08 12:49:53 2006 -0600
+++ b/xen/arch/ia64/xen/dom_fw.c        Mon May 08 12:52:12 2006 -0600
@@ -462,7 +462,7 @@ static void print_md(efi_memory_desc_t *
 static void print_md(efi_memory_desc_t *md)
 {
 #if 1
-       printk("domain mem: type=%u, attr=0x%lx, range=[0x%016lx-0x%016lx) 
(%luMB)\n",
+       printk("domain mem: type=%2u, attr=0x%016lx, range=[0x%016lx-0x%016lx) 
(%luMB)\n",
                md->type, md->attribute, md->phys_addr,
                md->phys_addr + (md->num_pages << EFI_PAGE_SHIFT),
                md->num_pages >> (20 - EFI_PAGE_SHIFT));

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

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-changelog] [IA64] Fixed print_md, Xen patchbot-unstable <=