projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cf6f3bf
)
x86: Move pci_iommu_init to rootfs_initcall()
author
David Woodhouse
<
[email protected]
>
Mon, 12 Oct 2009 11:59:29 +0000
(12:59 +0100)
committer
David Woodhouse
<
[email protected]
>
Mon, 12 Oct 2009 13:42:11 +0000
(14:42 +0100)
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
db8be50c4307dac2b37305fc59c8dc0f978d09ea
('USB: Work around BIOS
bugs by quiescing USB controllers earlier'), which was reverted in
commit
d93a8f829fe1d2f3002f2c6ddb553d12db420412
.
Signed-off-by: David Woodhouse <
[email protected]
>
arch/x86/kernel/pci-dma.c
patch
|
blob
|
history
diff --git
a/arch/x86/kernel/pci-dma.c
b/arch/x86/kernel/pci-dma.c
index 64b838eac18cc3e22994559e4c15bea9afe32d78..e0d9199d0eb98fc5841f9827734a7ea670adbed9 100644
(file)
--- a/
arch/x86/kernel/pci-dma.c
+++ b/
arch/x86/kernel/pci-dma.c
@@
-311,7
+311,7
@@
void pci_iommu_shutdown(void)
amd_iommu_shutdown();
}
/* Must execute after PCI subsystem */
-fs_initcall(pci_iommu_init);
+
root
fs_initcall(pci_iommu_init);
#ifdef CONFIG_PCI
/* Many VIA bridges seem to corrupt data for DAC. Disable it here */