hc
2023-12-11 d2ccde1c8e90d38cee87a1b0309ad2827f3fd30d
kernel/arch/alpha/kernel/core_mcpcia.c
....@@ -364,9 +364,11 @@
364364 * Window 1 is scatter-gather (up to) 1GB at 1GB (for pci)
365365 * Window 2 is direct access 2GB at 2GB
366366 */
367
- hose->sg_isa = iommu_arena_new(hose, 0x00800000, 0x00800000, 0);
367
+ hose->sg_isa = iommu_arena_new(hose, 0x00800000, 0x00800000,
368
+ SMP_CACHE_BYTES);
368369 hose->sg_pci = iommu_arena_new(hose, 0x40000000,
369
- size_for_memory(0x40000000), 0);
370
+ size_for_memory(0x40000000),
371
+ SMP_CACHE_BYTES);
370372
371373 __direct_map_base = 0x80000000;
372374 __direct_map_size = 0x80000000;