Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6
authorDavid Woodhouse <David.Woodhouse@intel.com>
Tue, 21 Oct 2008 18:42:20 +0000 (19:42 +0100)
committerDavid Woodhouse <David.Woodhouse@intel.com>
Tue, 21 Oct 2008 18:42:20 +0000 (19:42 +0100)
Conflicts:

drivers/pci/dmar.c

1  2 
MAINTAINERS
drivers/pci/dmar.c
drivers/pci/quirks.c

diff --cc MAINTAINERS
Simple merge
@@@ -453,10 -458,10 +458,10 @@@ void __init detect_intel_iommu(void
  {
        int ret;
  
-       ret = early_dmar_detect();
+       ret = dmar_table_detect();
  
 -#ifdef CONFIG_DMAR
        {
 +#ifdef CONFIG_INTR_REMAP
                struct acpi_table_dmar *dmar;
                /*
                 * for now we will disable dma-remapping when interrupt
                        printk(KERN_INFO
                               "Queued invalidation will be enabled to support "
                               "x2apic and Intr-remapping.\n");
 -                      printk(KERN_INFO
 -                             "Disabling IOMMU detection, because of missing "
 -                             "queued invalidation support for IOTLB "
 -                             "invalidation\n");
 -                      printk(KERN_INFO
 -                             "Use \"nox2apic\", if you want to use Intel "
 -                             " IOMMU for DMA-remapping and don't care about "
 -                             " x2apic support\n");
 -
 -                      dmar_disabled = 1;
 -                      goto end;
 -              }
 -
 +#endif
 +#ifdef CONFIG_DMAR
                if (ret && !no_iommu && !iommu_detected && !swiotlb &&
                    !dmar_disabled)
                        iommu_detected = 1;
 -      }
 -end:
  #endif
 +      }
+       dmar_tbl = NULL;
  }
  
  
Simple merge