Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1764212AbXIUUwU (ORCPT ); Fri, 21 Sep 2007 16:52:20 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1763321AbXIUUpM (ORCPT ); Fri, 21 Sep 2007 16:45:12 -0400 Received: from cantor2.suse.de ([195.135.220.15]:32980 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1763261AbXIUUpF (ORCPT ); Fri, 21 Sep 2007 16:45:05 -0400 From: Andi Kleen References: <200709211044.901175000@suse.de> In-Reply-To: <200709211044.901175000@suse.de> To: patches@x86-64.org, linux-kernel@vger.kernel.org Subject: [PATCH] [22/45] x86_64: Enable iommu_merge by default Message-Id: <20070921204504.48A2E14EFF@wotan.suse.de> Date: Fri, 21 Sep 2007 22:45:04 +0200 (CEST) Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 786 Lines: 25 Signed-off-by: Andi Kleen --- arch/x86_64/kernel/pci-dma.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Index: linux/arch/x86_64/kernel/pci-dma.c =================================================================== --- linux.orig/arch/x86_64/kernel/pci-dma.c +++ linux/arch/x86_64/kernel/pci-dma.c @@ -11,7 +11,7 @@ #include #include -int iommu_merge __read_mostly = 0; +int iommu_merge __read_mostly = 1; EXPORT_SYMBOL(iommu_merge); dma_addr_t bad_dma_address __read_mostly; - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/