Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
x86: Move pci_iommu_init to rootfs_initcall()
We want this to happen after the PCI quirks, which are now running at the very end of the fs_initcalls. This works around the BIOS problems which were originally addressed by commit db8be50 ('USB: Work around BIOS bugs by quiescing USB controllers earlier'), which was reverted in commit d93a8f8. Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
- Loading branch information