Commit 07c40e8a authored by Ingo Molnar's avatar Ingo Molnar

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: default avatarIngo Molnar <mingo@elte.hu>
parent 92af4e29
...@@ -551,7 +551,7 @@ config CALGARY_IOMMU_ENABLED_BY_DEFAULT ...@@ -551,7 +551,7 @@ config CALGARY_IOMMU_ENABLED_BY_DEFAULT
config AMD_IOMMU config AMD_IOMMU
bool "AMD IOMMU support" bool "AMD IOMMU support"
select SWIOTL select SWIOTLB
depends on X86_64 && PCI && ACPI depends on X86_64 && PCI && ACPI
help help
Select this to get support for AMD IOMMU hardware in your system. Select this to get support for AMD IOMMU hardware in your system.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment