Fi-Wi: increase SWIOTLB default to 1024MB for 24-radio array
This commit is contained in:
parent
551a4571ae
commit
943fb31106
|
|
@ -33,7 +33,7 @@ struct scatterlist;
|
||||||
#define IO_TLB_SIZE (1 << IO_TLB_SHIFT)
|
#define IO_TLB_SIZE (1 << IO_TLB_SHIFT)
|
||||||
|
|
||||||
/* Umber Increase: default to 2048MB (instead of 64MB) */
|
/* 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);
|
unsigned long swiotlb_size_or_default(void);
|
||||||
void __init swiotlb_init_remap(bool addressing_limit, unsigned int flags,
|
void __init swiotlb_init_remap(bool addressing_limit, unsigned int flags,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue