hc
2024-02-20 102a0743326a03cd1a1202ceda21e175b7d3575c
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);