aboutsummaryrefslogtreecommitdiffstats
path: root/arch/ppc64/kernel/iSeries_vio.c
diff options
context:
space:
mode:
authorStephen Rothwell <sfr@canb.auug.org.au>2005-07-12 03:50:26 -0400
committerPaul Mackerras <paulus@samba.org>2005-08-28 20:53:32 -0400
commit19dbd0f6a74f7529d6d49dd50ad6b31adbe0598d (patch)
tree25a20ad9071dea6ccd4a740ddcfff1691151ec84 /arch/ppc64/kernel/iSeries_vio.c
parent6312236fe82bbd3b0e1dee60b3eb3b270a2f6aeb (diff)
[PATCH] ppc64: split pSeries specific parts out of vio.c
This patch just splits out the pSeries specific parts of vio.c. Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au> Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'arch/ppc64/kernel/iSeries_vio.c')
-rw-r--r--arch/ppc64/kernel/iSeries_vio.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/ppc64/kernel/iSeries_vio.c b/arch/ppc64/kernel/iSeries_vio.c
index 2656b1ca834..b4268cc4ba4 100644
--- a/arch/ppc64/kernel/iSeries_vio.c
+++ b/arch/ppc64/kernel/iSeries_vio.c
@@ -131,7 +131,7 @@ static int __init vio_bus_init_iseries(void)
131{ 131{
132 int err; 132 int err;
133 133
134 err = vio_bus_init(vio_match_device_iseries); 134 err = vio_bus_init(vio_match_device_iseries, NULL, NULL);
135 if (err == 0) { 135 if (err == 0) {
136 iommu_vio_init(); 136 iommu_vio_init();
137 vio_bus_device.iommu_table = &vio_iommu_table; 137 vio_bus_device.iommu_table = &vio_iommu_table;