Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b3a530e4 authored by Jan Kiszka's avatar Jan Kiszka Committed by David Woodhouse
Browse files

intel-iommu: Remove obsolete comment from detect_intel_iommu



Since cacd4213, this comment no longer applies.

Signed-off-by: default avatarJan Kiszka <jan.kiszka@siemens.com>
Signed-off-by: default avatarDavid Woodhouse <David.Woodhouse@intel.com>
parent b779260b
Loading
Loading
Loading
Loading
+1 −6
Original line number Diff line number Diff line
@@ -698,12 +698,7 @@ int __init detect_intel_iommu(void)
	{
#ifdef CONFIG_INTR_REMAP
		struct acpi_table_dmar *dmar;
		/*
		 * for now we will disable dma-remapping when interrupt
		 * remapping is enabled.
		 * When support for queued invalidation for IOTLB invalidation
		 * is added, we will not need this any more.
		 */

		dmar = (struct acpi_table_dmar *) dmar_tbl;
		if (ret && cpu_has_x2apic && dmar->flags & 0x1)
			printk(KERN_INFO