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] [xen-unstable] VT-d: Remove the dprintk() in alloc_pgtab

To: xen-changelog@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-changelog] [xen-unstable] VT-d: Remove the dprintk() in alloc_pgtable_maddr()
From: Xen patchbot-unstable <patchbot-unstable@xxxxxxxxxxxxxxxxxxx>
Date: Thu, 02 Jul 2009 08:50:17 -0700
Delivery-date: Thu, 02 Jul 2009 08:51:44 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-changelog-request@lists.xensource.com?subject=help>
List-id: BK change log <xen-changelog.lists.xensource.com>
List-post: <mailto:xen-changelog@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-changelog>, <mailto:xen-changelog-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-changelog>, <mailto:xen-changelog-request@lists.xensource.com?subject=unsubscribe>
Reply-to: xen-devel@xxxxxxxxxxxxxxxxxxx
Sender: xen-changelog-bounces@xxxxxxxxxxxxxxxxxxx
# HG changeset patch
# User Keir Fraser <keir.fraser@xxxxxxxxxx>
# Date 1246374029 -3600
# Node ID 7471248f83a5b3f3d8dd9b620d404eaabc73c55f
# Parent  7bbbc57163d58c27f1e3883b20d09c72d04351ab
VT-d: Remove the dprintk() in alloc_pgtable_maddr()

The trivial message is printed too many when xen boots and when we
create hvm guests with devices assigned.

Signed-off-by: Dexuan Cui <dexuan.cui@xxxxxxxxx>
---
 xen/drivers/passthrough/vtd/iommu.c |    4 ----
 1 files changed, 4 deletions(-)

diff -r 7bbbc57163d5 -r 7471248f83a5 xen/drivers/passthrough/vtd/iommu.c
--- a/xen/drivers/passthrough/vtd/iommu.c       Tue Jun 30 15:40:39 2009 +0100
+++ b/xen/drivers/passthrough/vtd/iommu.c       Tue Jun 30 16:00:29 2009 +0100
@@ -145,10 +145,6 @@ u64 alloc_pgtable_maddr(struct acpi_drhd
     u64 *vaddr;
 
     rhsa = drhd_to_rhsa(drhd);
-    if ( !rhsa )
-        dprintk(XENLOG_INFO VTDPREFIX,
-                "IOMMU: RHSA == NULL, IO NUMA memory allocation disabled\n");
-
     pg = alloc_domheap_pages(NULL, get_order_from_pages(npages),
                              rhsa ? rhsa->domain : 0);
     if ( !pg )

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

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-changelog] [xen-unstable] VT-d: Remove the dprintk() in alloc_pgtable_maddr(), Xen patchbot-unstable <=