diff options
| author | Andi Kleen <ak@suse.de> | 2007-10-19 14:35:03 -0400 |
|---|---|---|
| committer | Thomas Gleixner <tglx@linutronix.de> | 2007-10-19 14:35:03 -0400 |
| commit | 948062683004d13ca21c8c05ac052d387978a449 (patch) | |
| tree | f32fba9a5c30efde5ecdec8e7cfb9e33c169f645 /arch/x86/kernel | |
| parent | 4f8a6b1ab222d08931a36d6770a60cff405968bd (diff) | |
x86: enable iommu_merge by default
[ tglx: arch/x86 adaptation ]
Signed-off-by: Andi Kleen <ak@suse.de>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'arch/x86/kernel')
| -rw-r--r-- | arch/x86/kernel/pci-dma_64.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/kernel/pci-dma_64.c b/arch/x86/kernel/pci-dma_64.c index b2b42bdb0a15..afaf9f12c032 100644 --- a/arch/x86/kernel/pci-dma_64.c +++ b/arch/x86/kernel/pci-dma_64.c | |||
| @@ -11,7 +11,7 @@ | |||
| 11 | #include <asm/iommu.h> | 11 | #include <asm/iommu.h> |
| 12 | #include <asm/calgary.h> | 12 | #include <asm/calgary.h> |
| 13 | 13 | ||
| 14 | int iommu_merge __read_mostly = 0; | 14 | int iommu_merge __read_mostly = 1; |
| 15 | EXPORT_SYMBOL(iommu_merge); | 15 | EXPORT_SYMBOL(iommu_merge); |
| 16 | 16 | ||
| 17 | dma_addr_t bad_dma_address __read_mostly; | 17 | dma_addr_t bad_dma_address __read_mostly; |
