From: Joerg Roedel Date: Tue, 18 Nov 2008 11:44:21 +0000 (+0100) Subject: x86: default to SWIOTLB=y on x86_64 X-Git-Tag: v2.6.27.12~69 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=11fea7ace7b0086f853854df8653d1c8f90a9fb9;p=pandora-kernel.git x86: default to SWIOTLB=y on x86_64 commit a1afd01c175324656d0e8f1c82ea94b474953c04 upstream. Impact: fixes korg bugzilla 11980 A kernel for a 64bit x86 system should always contain the swiotlb code in case it is booted on a machine without any hardware IOMMU supported by the kernel and more than 4GB of RAM. This patch changes Kconfig to always compile swiotlb into the kernel for x86_64. Signed-off-by: Joerg Roedel Signed-off-by: Ingo Molnar Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed