iommu/amd: Fix pci_request_acs() call-place
authorJoerg Roedel <joerg.roedel@amd.com>
Mon, 6 Aug 2012 12:18:42 +0000 (14:18 +0200)
committerJoerg Roedel <joerg.roedel@amd.com>
Mon, 6 Aug 2012 16:07:43 +0000 (18:07 +0200)
commit1adb7d31b051cd97fbb75c46772b00c13ec29c9e
treeaa574647db7c3b289f163529b42159e8233ac46d
parenteb51637b6ec73ff5f8eaca57658a9945aa7bd45f
iommu/amd: Fix pci_request_acs() call-place

The pci_request_acs() function needs to be called before PCI
probing to be effective. So move it to another call-place to
ensure that.

Signed-off-by: Joerg Roedel <joerg.roedel@amd.com>
drivers/iommu/amd_iommu_init.c