]> git.karo-electronics.de Git - karo-tx-linux.git/commit
x86: default to SWIOTLB=y on x86_64
authorJoerg Roedel <joerg.roedel@amd.com>
Tue, 18 Nov 2008 11:44:21 +0000 (12:44 +0100)
committerGreg Kroah-Hartman <gregkh@suse.de>
Sun, 18 Jan 2009 18:43:44 +0000 (10:43 -0800)
commite9c2a0a5a7a403f7fe12371fbe952f5aee61add4
tree15436ca1032bb4aa040f170610551ca1e762550a
parent6c2c40d1f8d457306f77524dfc0bf6f60b831fca
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 <joerg.roedel@amd.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
arch/x86/Kconfig