hc
2023-12-11 d2ccde1c8e90d38cee87a1b0309ad2827f3fd30d
kernel/arch/alpha/kernel/core_apecs.c
....@@ -346,7 +346,8 @@
346346 * Window 1 is direct access 1GB at 1GB
347347 * Window 2 is scatter-gather 8MB at 8MB (for isa)
348348 */
349
- hose->sg_isa = iommu_arena_new(hose, 0x00800000, 0x00800000, 0);
349
+ hose->sg_isa = iommu_arena_new(hose, 0x00800000, 0x00800000,
350
+ SMP_CACHE_BYTES);
350351 hose->sg_pci = NULL;
351352 __direct_map_base = 0x40000000;
352353 __direct_map_size = 0x40000000;