commit | bb52777ec4d736c2d7c4f037b32d4eeeb172ed89 | [log] [tgz] |
---|---|---|
author | Joerg Roedel <joerg.roedel@amd.com> | Fri Nov 20 14:31:51 2009 +0100 |
committer | Joerg Roedel <joerg.roedel@amd.com> | Fri Nov 27 11:45:49 2009 +0100 |
tree | dfeed02c76169a92fd04e12145c72f9a0cbaf6f7 | |
parent | bf3118c1276d27fe9e84aa42382da25ee0750777 [diff] |
x86/amd-iommu: Add an index field to struct amd_iommu This patch adds an index field to struct amd_iommu which can be used to lookup it up in an array. This index will be used in struct protection_domain to keep track which protection domain has devices behind which IOMMU. Signed-off-by: Joerg Roedel <joerg.roedel@amd.com>