public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] pci/dmar: remove the noisy print out about unmapping
@ 2009-06-28 21:08 Yinghai Lu
  2009-06-28 21:11 ` [PATCH] pci/dmar: don't complain IOPAIC is not supported Yinghai Lu
  2009-06-28 21:12 ` [PATCH] pci/dmar: print out iommu seq_id Yinghai Lu
  0 siblings, 2 replies; 3+ messages in thread
From: Yinghai Lu @ 2009-06-28 21:08 UTC (permalink / raw)
  To: Suresh Siddha, David Woodhouse, Jesse Barnes, Ingo Molnar
  Cc: linux-kernel@vger.kernel.org, linux-pci


it seems this one should be removed.
because map page does have this annonyed print out.

Signed-off-by: Yinghai Lu <yinghai@kernel.org>

---
 drivers/pci/intel-iommu.c |    3 ---
 1 file changed, 3 deletions(-)

Index: linux-2.6/drivers/pci/intel-iommu.c
===================================================================
--- linux-2.6.orig/drivers/pci/intel-iommu.c
+++ linux-2.6/drivers/pci/intel-iommu.c
@@ -2633,9 +2633,6 @@ static void intel_unmap_page(struct devi
 	start_addr = iova->pfn_lo << PAGE_SHIFT;
 	size = aligned_size((u64)dev_addr, size);
 
-	pr_debug("Device %s unmapping: %zx@%llx\n",
-		pci_name(pdev), size, (unsigned long long)start_addr);
-
 	/*  clear the whole page */
 	dma_pte_clear_range(domain, start_addr, start_addr + size);
 	/* free page tables */

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2009-06-28 21:12 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-06-28 21:08 [PATCH] pci/dmar: remove the noisy print out about unmapping Yinghai Lu
2009-06-28 21:11 ` [PATCH] pci/dmar: don't complain IOPAIC is not supported Yinghai Lu
2009-06-28 21:12 ` [PATCH] pci/dmar: print out iommu seq_id Yinghai Lu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox