aboutsummaryrefslogtreecommitdiffstats
path: root/arch/ppc64/mm
diff options
context:
space:
mode:
authorStephen Rothwell <sfr@canb.auug.org.au>2005-07-12 03:42:49 -0400
committerPaul Mackerras <paulus@samba.org>2005-08-28 20:53:32 -0400
commit8c65b5c955b8598d9c63b4e97392377269873a54 (patch)
tree2afafee95db21a3ddadf888206c37f4a151272a0 /arch/ppc64/mm
parent3e494c80481653bbc810b4e67651097595ea0294 (diff)
[PATCH] ppc64: move iSeries vio iommu init
Since the iSeries vio iommu tables cannot be used until after the vio bus has been initialised, move the initialisation of the tables to there. Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au> Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'arch/ppc64/mm')
-rw-r--r--arch/ppc64/mm/init.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/ppc64/mm/init.c b/arch/ppc64/mm/init.c
index 87f256df8de5..9edfe267123e 100644
--- a/arch/ppc64/mm/init.c
+++ b/arch/ppc64/mm/init.c
@@ -686,9 +686,6 @@ void __init mem_init(void)
686 686
687 mem_init_done = 1; 687 mem_init_done = 1;
688 688
689#ifdef CONFIG_PPC_ISERIES
690 iommu_vio_init();
691#endif
692 /* Initialize the vDSO */ 689 /* Initialize the vDSO */
693 vdso_init(); 690 vdso_init();
694} 691}