commit | 3d9761e7a55b429ccee305a53669577b9cc20dac | [log] [tgz] |
---|---|---|
author | Joerg Roedel <joerg.roedel@amd.com> | Thu Mar 15 16:39:21 2012 +0100 |
committer | Joerg Roedel <joerg.roedel@amd.com> | Thu Mar 15 16:39:21 2012 +0100 |
tree | 1dfd475d5272c77dc9bb206f7e2f3be6083b4da7 | |
parent | 9ddd592a191b32f2ee6c4b6ed2bd52665c3a49f5 [diff] |
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>