Commit 94806268 authored by Andi Kleen's avatar Andi Kleen Committed by Thomas Gleixner

x86: enable iommu_merge by default

[ tglx: arch/x86 adaptation ]
Signed-off-by: default avatarAndi Kleen <ak@suse.de>
Signed-off-by: default avatarIngo Molnar <mingo@elte.hu>
Signed-off-by: default avatarThomas Gleixner <tglx@linutronix.de>
parent 4f8a6b1a
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
#include <asm/iommu.h> #include <asm/iommu.h>
#include <asm/calgary.h> #include <asm/calgary.h>
int iommu_merge __read_mostly = 0; int iommu_merge __read_mostly = 1;
EXPORT_SYMBOL(iommu_merge); EXPORT_SYMBOL(iommu_merge);
dma_addr_t bad_dma_address __read_mostly; dma_addr_t bad_dma_address __read_mostly;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment