diff options
| author | Ingo Molnar <mingo@elte.hu> | 2009-05-01 19:02:50 +0200 |
|---|---|---|
| committer | Ingo Molnar <mingo@elte.hu> | 2009-05-01 19:02:50 +0200 |
| commit | 4420471f14b79f2a42e4603be7794ea49b68bca4 (patch) | |
| tree | d391d25458bc0aa86dcf2823fd6c1464883b0533 /drivers/pci/intel-iommu.c | |
| parent | 15e957d08dd4a841359cfec59ecb74041e0097aa (diff) | |
| parent | e0e42142bab96404de535cceb85d6533d5ad7942 (diff) | |
Merge branch 'x86/apic' into irq/numa
Conflicts:
arch/x86/kernel/apic/io_apic.c
Merge reason: non-trivial interaction between ongoing work in io_apic.c
and the NUMA migration feature in the irq tree.
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'drivers/pci/intel-iommu.c')
| -rw-r--r-- | drivers/pci/intel-iommu.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/drivers/pci/intel-iommu.c b/drivers/pci/intel-iommu.c index 001b328adf8..9ce8f0764be 100644 --- a/drivers/pci/intel-iommu.c +++ b/drivers/pci/intel-iommu.c @@ -1968,15 +1968,6 @@ static int __init init_dmars(void) } } -#ifdef CONFIG_INTR_REMAP - if (!intr_remapping_enabled) { - ret = enable_intr_remapping(0); - if (ret) - printk(KERN_ERR - "IOMMU: enable interrupt remapping failed\n"); - } -#endif - /* * For each rmrr * for each dev attached to rmrr |
