iommu/amd: Move interrupt setup code into seperate function
authorJoerg Roedel <joerg.roedel@amd.com>
Thu, 15 Mar 2012 15:39:21 +0000 (16:39 +0100)
committerJoerg Roedel <joerg.roedel@amd.com>
Thu, 15 Mar 2012 15:39:21 +0000 (16:39 +0100)
For interrupt remapping the enablement of the IOMMU MSI
interrupt needs to be deferred because the IOMMU itself will
be initialized before the io-apics are up and running. So
the code to setup the MSI is moved seperated from the
hardware-setup routine now.

Signed-off-by: Joerg Roedel <joerg.roedel@amd.com>

No differences found