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)
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>

No differences found