diff options
author | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2009-11-10 05:46:15 -0500 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2009-11-10 06:31:30 -0500 |
commit | ea1b0d3945c7374849235b6ecaea1191ee1d9d50 (patch) | |
tree | f7a8edc5817784ac74d6a9c2e26e7b8df1599ab9 /arch/x86/kernel/pci-dma.c | |
parent | de957628ce7c84764ff41331111036b3ae5bad0f (diff) |
x86: amd_iommu: Convert amd_iommu_detect() to use iommu_init hook
This changes amd_iommu_detect() to set amd_iommu_init to
iommu_init hook if amd_iommu_detect() finds the AMD IOMMU.
We can kill the code to check if we found the IOMMU in
amd_iommu_init() since amd_iommu_detect() sets amd_iommu_init()
only when it found the IOMMU.
Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
Cc: chrisw@sous-sol.org
Cc: dwmw2@infradead.org
Cc: joerg.roedel@amd.com
Cc: muli@il.ibm.com
LKML-Reference: <1257849980-22640-5-git-send-email-fujita.tomonori@lab.ntt.co.jp>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'arch/x86/kernel/pci-dma.c')
-rw-r--r-- | arch/x86/kernel/pci-dma.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/x86/kernel/pci-dma.c b/arch/x86/kernel/pci-dma.c index ecde8543537f..5ca44a9301a0 100644 --- a/arch/x86/kernel/pci-dma.c +++ b/arch/x86/kernel/pci-dma.c | |||
@@ -296,8 +296,6 @@ static int __init pci_iommu_init(void) | |||
296 | 296 | ||
297 | intel_iommu_init(); | 297 | intel_iommu_init(); |
298 | 298 | ||
299 | amd_iommu_init(); | ||
300 | |||
301 | no_iommu_init(); | 299 | no_iommu_init(); |
302 | return 0; | 300 | return 0; |
303 | } | 301 | } |