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)
commit3d9761e7a55b429ccee305a53669577b9cc20dac
tree1dfd475d5272c77dc9bb206f7e2f3be6083b4da7
parent9ddd592a191b32f2ee6c4b6ed2bd52665c3a49f5
iommu/amd: Move interrupt setup code into seperate function

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>
drivers/iommu/amd_iommu_init.c