forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-02-19 890e1df1bec891d9203724541e81f8fbe5183388
kernel/arch/alpha/kernel/core_t2.c
....@@ -351,7 +351,7 @@
351351
352352 /* Note we can only do 1 SG window, as the other is for direct, so
353353 do an ISA SG area, especially for the floppy. */
354
- hose->sg_isa = iommu_arena_new(hose, base, length, 0);
354
+ hose->sg_isa = iommu_arena_new(hose, base, length, SMP_CACHE_BYTES);
355355 hose->sg_pci = NULL;
356356
357357 temp = (base & 0xfff00000UL) | ((base + length - 1) >> 20);