diff options
-rw-r--r-- | arch/powerpc/sysdev/dart_iommu.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/powerpc/sysdev/dart_iommu.c b/arch/powerpc/sysdev/dart_iommu.c index bd968a43a48b..62c47bb76517 100644 --- a/arch/powerpc/sysdev/dart_iommu.c +++ b/arch/powerpc/sysdev/dart_iommu.c | |||
@@ -292,6 +292,7 @@ static void iommu_table_dart_setup(void) | |||
292 | iommu_table_dart.it_offset = 0; | 292 | iommu_table_dart.it_offset = 0; |
293 | /* it_size is in number of entries */ | 293 | /* it_size is in number of entries */ |
294 | iommu_table_dart.it_size = dart_tablesize / sizeof(u32); | 294 | iommu_table_dart.it_size = dart_tablesize / sizeof(u32); |
295 | iommu_table_dart.it_page_shift = IOMMU_PAGE_SHIFT_4K; | ||
295 | 296 | ||
296 | /* Initialize the common IOMMU code */ | 297 | /* Initialize the common IOMMU code */ |
297 | iommu_table_dart.it_base = (unsigned long)dart_vbase; | 298 | iommu_table_dart.it_base = (unsigned long)dart_vbase; |