Skip to content

Commit

Permalink
intel-iommu: Remove obsolete comment from detect_intel_iommu
Browse files Browse the repository at this point in the history
Since cacd421, this comment no longer applies.

Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
  • Loading branch information
Jan Kiszka authored and David Woodhouse committed May 24, 2011
1 parent b779260 commit b3a530e
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions drivers/pci/dmar.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b3a530e

Please sign in to comment.