commit | 8704a1ba4751fc5ffe2289765cb7222b3a1e20d5 | [log] [tgz] |
---|---|---|
author | Joerg Roedel <joerg.roedel@amd.com> | Thu Mar 01 15:57:53 2012 +0100 |
committer | Joerg Roedel <joerg.roedel@amd.com> | Thu Mar 01 16:14:48 2012 +0100 |
tree | e6379e9323e4b5339269f04fe9938b07a251ee52 | |
parent | 6b21d18ed50c7d145220b0724ea7f2613abf0f95 [diff] |
iommu/amd: Split amd_iommu_init function The hardware-initializtion part of the AMD IOMMU driver is split out into a seperate function. This function can now be called either from amd_iommu_init() itself or any other place if the hardware needs to be ready earlier. This will be used to implement interrupt remapping for AMD. Signed-off-by: Joerg Roedel <joerg.roedel@amd.com>