]> git.baikalelectronics.ru Git - kernel.git/commit
x86/amd-iommu: Remove amd_iommu_pd_table
authorJoerg Roedel <joerg.roedel@amd.com>
Fri, 27 Nov 2009 12:25:47 +0000 (13:25 +0100)
committerJoerg Roedel <joerg.roedel@amd.com>
Fri, 27 Nov 2009 13:20:37 +0000 (14:20 +0100)
commit3ec179d2d91304c1bd82200f439fe3ed30ecadfb
treeeed52c260d2e10603a914e82d8bca766067e6c76
parentbba8d708352d43bf604eb366cd5085459836b35b
x86/amd-iommu: Remove amd_iommu_pd_table

The data that was stored in this table is now available in
dev->archdata.iommu. So this table is not longer necessary.
This patch removes the remaining uses of that variable and
removes it from the code.

Signed-off-by: Joerg Roedel <joerg.roedel@amd.com>
arch/x86/include/asm/amd_iommu_types.h
arch/x86/kernel/amd_iommu.c
arch/x86/kernel/amd_iommu_init.c