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] [ppc] update debug code to match the existing

To: xen-ppc-devel@xxxxxxxxxxxxxxxxxxx
Subject: [XenPPC] [xenppc-unstable] [ppc] update debug code to match the existing code
From: Xen patchbot-xenppc-unstable <patchbot-xenppc-unstable@xxxxxxxxxxxxxxxxxxx>
Date: Sun, 25 Jun 2006 20:20:58 +0000
Delivery-date: Sun, 25 Jun 2006 13:24:20 -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 b86b2ee902d5f316f0fc2e62eff0a2dba508306e
# Parent  b3dfb02fc2c28d8d0dfcdf57a5f4df2664457cfb
[ppc] update debug code to match the existing code

Signed-off-by: Jimi Xenidis <jimix@xxxxxxxxxxxxxx>
---
 xen/arch/ppc/iommu.c |    3 ++-
 1 files changed, 2 insertions(+), 1 deletion(-)

diff -r b3dfb02fc2c2 -r b86b2ee902d5 xen/arch/ppc/iommu.c
--- a/xen/arch/ppc/iommu.c      Thu Jun 22 10:58:41 2006 -0500
+++ b/xen/arch/ppc/iommu.c      Sun Jun 25 15:55:21 2006 -0400
@@ -57,7 +57,8 @@ int iommu_put(u32 buid, ulong ioba, unio
         }
 
 #ifdef DEBUG
-        printk("%s: ioba=0x%lx la=0x%lx pa=0x%lx\n", __func__, ioba, la, pa);
+        printk("%s: ioba=0x%lx pfn=0x%lx mfn=0x%lx\n", __func__,
+               ioba, pfn, mfn);
 #endif
         tce.tce_bits.tce_rpn = mfn;
 

_______________________________________________
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] [ppc] update debug code to match the existing code, Xen patchbot-xenppc-unstable <=