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)
commit492667dacc0ac9763969155482b1261b34ccf450
treeeed52c260d2e10603a914e82d8bca766067e6c76
parent8eed9833346781dd15e3bef35a91b0a40787ea3c
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