Skip to content

Commit

Permalink
x86, AMD IOMMU: build fix #3
Browse files Browse the repository at this point in the history
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 <mingo@elte.hu>
  • Loading branch information
Ingo Molnar committed Jun 27, 2008
1 parent 92af4e2 commit 07c40e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/x86/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 07c40e8

Please sign in to comment.