diff options
author | Ingo Molnar <mingo@elte.hu> | 2008-06-27 05:31:28 -0400 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-06-27 05:34:01 -0400 |
commit | 07c40e8a1acdb56fca485a6deeb252ebf19509a1 (patch) | |
tree | 374e52fd813fda5c246eee1aefb029f4ecc05d58 /arch/x86/Kconfig | |
parent | 92af4e29020ff096178a00605b3662b3b39d4aa9 (diff) |
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 <mingo@elte.hu>
Diffstat (limited to 'arch/x86/Kconfig')
-rw-r--r-- | arch/x86/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig index 62a2820297b1..8aae462f4e01 100644 --- a/arch/x86/Kconfig +++ b/arch/x86/Kconfig | |||
@@ -551,7 +551,7 @@ config CALGARY_IOMMU_ENABLED_BY_DEFAULT | |||
551 | 551 | ||
552 | config AMD_IOMMU | 552 | config AMD_IOMMU |
553 | bool "AMD IOMMU support" | 553 | bool "AMD IOMMU support" |
554 | select SWIOTL | 554 | select SWIOTLB |
555 | depends on X86_64 && PCI && ACPI | 555 | depends on X86_64 && PCI && ACPI |
556 | help | 556 | help |
557 | Select this to get support for AMD IOMMU hardware in your system. | 557 | Select this to get support for AMD IOMMU hardware in your system. |