Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=bc84cf17b50ca5b49bec0a5fef63c58c1526d46b
Commit:     bc84cf17b50ca5b49bec0a5fef63c58c1526d46b
Parent:     aafab10d3f6b68150ec9fe75b1462764fd45b728
Author:     Ingo Molnar <[EMAIL PROTECTED]>
AuthorDate: Mon Nov 26 20:42:19 2007 +0100
Committer:  Ingo Molnar <[EMAIL PROTECTED]>
CommitDate: Mon Nov 26 20:42:19 2007 +0100

    x86: turn off iommu merge by default
    
    revert this commit for now:
    
        commit 948062683004d13ca21c8c05ac052d387978a449
        Author: Andi Kleen <[EMAIL PROTECTED]>
        Date:   Fri Oct 19 20:35:03 2007 +0200
    
            x86: enable iommu_merge by default
    
    it's causing regressions:
    
        http://bugzilla.kernel.org/show_bug.cgi?id=9412
    
    Signed-off-by: Ingo Molnar <[EMAIL PROTECTED]>
    Signed-off-by: Thomas Gleixner <[EMAIL PROTECTED]>
---
 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 aa805b1..5552d23 100644
--- a/arch/x86/kernel/pci-dma_64.c
+++ b/arch/x86/kernel/pci-dma_64.c
@@ -12,7 +12,7 @@
 #include <asm/gart.h>
 #include <asm/calgary.h>
 
-int iommu_merge __read_mostly = 1;
+int iommu_merge __read_mostly = 0;
 EXPORT_SYMBOL(iommu_merge);
 
 dma_addr_t bad_dma_address __read_mostly;
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to