Fi-Wi: increase SWIOTLB default to 1024MB for 24-radio array

This commit is contained in:
Robert McMahon 2026-03-20 18:38:10 -07:00
parent 551a4571ae
commit 943fb31106
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ struct scatterlist;
#define IO_TLB_SIZE (1 << IO_TLB_SHIFT)
/* Umber Increase: default to 2048MB (instead of 64MB) */
#define IO_TLB_DEFAULT_SIZE (2048UL<<20)
#define IO_TLB_DEFAULT_SIZE (1024UL<<20)
unsigned long swiotlb_size_or_default(void);
void __init swiotlb_init_remap(bool addressing_limit, unsigned int flags,