projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4f8a6b1
)
x86: enable iommu_merge by default
author
Andi Kleen
<ak@suse.de>
Fri, 19 Oct 2007 18:35:03 +0000
(20:35 +0200)
committer
Thomas Gleixner
<tglx@linutronix.de>
Fri, 19 Oct 2007 18:35:03 +0000
(20:35 +0200)
[ 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>
arch/x86/kernel/pci-dma_64.c
patch
|
blob
|
history
diff --git
a/arch/x86/kernel/pci-dma_64.c
b/arch/x86/kernel/pci-dma_64.c
index b2b42bdb0a150c8f1d74f6630d1f9dc0be3569a2..afaf9f12c03290c24b2fd781233b464aa26343f5 100644
(file)
--- a/
arch/x86/kernel/pci-dma_64.c
+++ b/
arch/x86/kernel/pci-dma_64.c
@@
-11,7
+11,7
@@
#include <asm/iommu.h>
#include <asm/calgary.h>
-int iommu_merge __read_mostly =
0
;
+int iommu_merge __read_mostly =
1
;
EXPORT_SYMBOL(iommu_merge);
dma_addr_t bad_dma_address __read_mostly;