summaryrefslogtreecommitdiff
path: root/libdde_linux26/contrib/arch
diff options
context:
space:
mode:
authorZheng Da <zhengda1936@gmail.com>2010-01-05 16:51:25 +0100
committerZheng Da <zhengda1936@gmail.com>2010-01-05 16:51:25 +0100
commit145623ebcf753252a36a3e67128fb9879d0001e4 (patch)
tree568610c6ed81a054af48272e474b39658c83a4b8 /libdde_linux26/contrib/arch
parent16b4a9b6e25500f2da14839b4494f82df4b0fc7f (diff)
call initcall functions explicitly.
Diffstat (limited to 'libdde_linux26/contrib/arch')
-rw-r--r--libdde_linux26/contrib/arch/x86/kernel/pci-dma.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libdde_linux26/contrib/arch/x86/kernel/pci-dma.c b/libdde_linux26/contrib/arch/x86/kernel/pci-dma.c
index b2542853..80e9f10e 100644
--- a/libdde_linux26/contrib/arch/x86/kernel/pci-dma.c
+++ b/libdde_linux26/contrib/arch/x86/kernel/pci-dma.c
@@ -282,7 +282,7 @@ void pci_iommu_shutdown(void)
gart_iommu_shutdown();
}
/* Must execute after PCI subsystem */
-fs_initcall(pci_iommu_init);
+//fs_initcall(pci_iommu_init);
#ifdef CONFIG_PCI
/* Many VIA bridges seem to corrupt data for DAC. Disable it here */