iommu/amd: Cache pdev pointer to root-bridge
authorJoerg Roedel <joerg.roedel@amd.com>
Thu, 31 May 2012 15:38:11 +0000 (17:38 +0200)
committerBen Hutchings <ben@decadent.org.uk>
Sun, 10 Jun 2012 13:42:08 +0000 (14:42 +0100)
commitbbabaefbc4571546dd98da1fef0efcd8e3d94b3d
tree29d63950d54da7ccdca1760a73eb56c315c560d0
parent2492cd118dc5221953054e58f3fd81927b8beda9
iommu/amd: Cache pdev pointer to root-bridge

commit c1bf94ec1e12d76838ad485158aecf208ebd8fb9 upstream.

At some point pci_get_bus_and_slot started to enable
interrupts. Since this function is used in the
amd_iommu_resume path it will enable interrupts on resume
which causes a warning. The fix will use a cached pointer
to the root-bridge to re-enable the IOMMU in case the BIOS
is broken.

Signed-off-by: Joerg Roedel <joerg.roedel@amd.com>
Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
drivers/iommu/amd_iommu_init.c
drivers/iommu/amd_iommu_types.h