diff options
author | Joerg Roedel <joerg.roedel@amd.com> | 2009-11-23 06:45:25 -0500 |
---|---|---|
committer | Joerg Roedel <joerg.roedel@amd.com> | 2009-11-23 06:45:25 -0500 |
commit | 9f800de38b05d84809e89f16671d636a140eede7 (patch) | |
tree | 2a1e90c2010877892d903083f9d0df5dd8fa1329 /arch/x86/kernel | |
parent | 123bf0e2eddcda36a33bdfc87aa1fb07229f07b5 (diff) |
x86/amd-iommu: un__init iommu_setup_msi
This function may be called on the resume path and can not
be dropped after booting.
Cc: stable@kernel.org
Signed-off-by: Joerg Roedel <joerg.roedel@amd.com>
Diffstat (limited to 'arch/x86/kernel')
-rw-r--r-- | arch/x86/kernel/amd_iommu_init.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/kernel/amd_iommu_init.c b/arch/x86/kernel/amd_iommu_init.c index 0d4581e602a4..72bdbdac9b48 100644 --- a/arch/x86/kernel/amd_iommu_init.c +++ b/arch/x86/kernel/amd_iommu_init.c | |||
@@ -926,7 +926,7 @@ static int __init init_iommu_all(struct acpi_table_header *table) | |||
926 | * | 926 | * |
927 | ****************************************************************************/ | 927 | ****************************************************************************/ |
928 | 928 | ||
929 | static int __init iommu_setup_msi(struct amd_iommu *iommu) | 929 | static int iommu_setup_msi(struct amd_iommu *iommu) |
930 | { | 930 | { |
931 | int r; | 931 | int r; |
932 | 932 | ||