|
@@ -292,6 +292,7 @@ static void iommu_table_dart_setup(void)
|
|
iommu_table_dart.it_offset = 0;
|
|
iommu_table_dart.it_offset = 0;
|
|
/* it_size is in number of entries */
|
|
/* it_size is in number of entries */
|
|
iommu_table_dart.it_size = dart_tablesize / sizeof(u32);
|
|
iommu_table_dart.it_size = dart_tablesize / sizeof(u32);
|
|
|
|
+ iommu_table_dart.it_page_shift = IOMMU_PAGE_SHIFT_4K;
|
|
|
|
|
|
/* Initialize the common IOMMU code */
|
|
/* Initialize the common IOMMU code */
|
|
iommu_table_dart.it_base = (unsigned long)dart_vbase;
|
|
iommu_table_dart.it_base = (unsigned long)dart_vbase;
|