| Submitter | Alex Williamson |
|---|---|
| Date | 2009-10-26 23:25:19 |
| Message ID | <20091026232519.9646.31781.stgit@nehalem.aw> |
| Download | mbox | patch |
| Permalink | /patch/56007/ |
| State | Not Applicable |
| Headers | show |
Comments
Patch
diff --git a/drivers/pci/intel-iommu.c b/drivers/pci/intel-iommu.c index a7f4476..77f4b25 100644 --- a/drivers/pci/intel-iommu.c +++ b/drivers/pci/intel-iommu.c @@ -1983,7 +1983,8 @@ static int iommu_prepare_identity_map(struct pci_dev *pdev, range which is reserved in E820, so which didn't get set up to start with in si_domain */ if (domain == si_domain && hw_pass_through) { - printk("Ignoring identity map for HW passthrough device %s [0x%Lx - 0x%Lx]\n", + printk(KERN_INFO + "Ignoring identity map for HW passthrough device %s [0x%Lx - 0x%Lx]\n", pci_name(pdev), start, end); return 0; }
Signed-off-by: Alex Williamson <alex.williamson@hp.com> --- drivers/pci/intel-iommu.c | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe linux-pci" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html