forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-09-20 cf4ce59b3b70238352c7f1729f0f7223214828ad
kernel/arch/alpha/kernel/core_lca.c
....@@ -275,7 +275,8 @@
275275 * Note that we do not try to save any of the DMA window CSRs
276276 * before setting them, since we cannot read those CSRs on LCA.
277277 */
278
- hose->sg_isa = iommu_arena_new(hose, 0x00800000, 0x00800000, 0);
278
+ hose->sg_isa = iommu_arena_new(hose, 0x00800000, 0x00800000,
279
+ SMP_CACHE_BYTES);
279280 hose->sg_pci = NULL;
280281 __direct_map_base = 0x40000000;
281282 __direct_map_size = 0x40000000;