iommu/amd: Split amd_iommu_init function
authorJoerg Roedel <joerg.roedel@amd.com>
Thu, 1 Mar 2012 14:57:53 +0000 (15:57 +0100)
committerJoerg Roedel <joerg.roedel@amd.com>
Thu, 1 Mar 2012 15:14:48 +0000 (16:14 +0100)
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>

No differences found