commit | 657cbb6b6cba0f9c98c5299e0c803b2c0e67ea0a | [log] [tgz] |
---|---|---|
author | Joerg Roedel <joerg.roedel@amd.com> | Mon Nov 23 15:26:46 2009 +0100 |
committer | Joerg Roedel <joerg.roedel@amd.com> | Fri Nov 27 14:20:32 2009 +0100 |
tree | 529b149cbb5d1d80ea0b7cd37e0a638441aaf69e | |
parent | 8793abeb783c12cc37f92f6133fd6468152b98df [diff] |
x86/amd-iommu: Use dev->arch->iommu to store iommu related information This patch changes IOMMU code to use dev->archdata->iommu to store information about the alias device and the domain the device is attached to. This allows the driver to get rid of the amd_iommu_pd_table in the future. Signed-off-by: Joerg Roedel <joerg.roedel@amd.com>