From: Ingo Molnar Date: Fri, 27 Jun 2008 09:31:28 +0000 (+0200) Subject: x86, AMD IOMMU: build fix #3 X-Git-Tag: v2.6.27-rc1~1106^2~249^7~8 X-Git-Url: http://pilppa.com/gitweb/?a=commitdiff_plain;h=07c40e8a1acdb56fca485a6deeb252ebf19509a1;p=linux-2.6-omap-h63xx.git x86, AMD IOMMU: build fix #3 fix typo causing: arch/x86/kernel/built-in.o: In function `__unmap_single': amd_iommu.c:(.text+0x17771): undefined reference to `iommu_area_free' arch/x86/kernel/built-in.o: In function `__map_single': amd_iommu.c:(.text+0x1797a): undefined reference to `iommu_area_alloc' amd_iommu.c:(.text+0x179a2): undefined reference to `iommu_area_alloc' Signed-off-by: Ingo Molnar --- diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig index 62a2820297b..8aae462f4e0 100644 --- a/arch/x86/Kconfig +++ b/arch/x86/Kconfig @@ -551,7 +551,7 @@ config CALGARY_IOMMU_ENABLED_BY_DEFAULT config AMD_IOMMU bool "AMD IOMMU support" - select SWIOTL + select SWIOTLB depends on X86_64 && PCI && ACPI help Select this to get support for AMD IOMMU hardware in your system.