Fi-Wi: increase SWIOTLB default to 2048MB for 24-radio array
This commit is contained in:
parent
ad99e83d85
commit
551a4571ae
|
|
@ -32,8 +32,8 @@ struct scatterlist;
|
|||
#define IO_TLB_SHIFT 11
|
||||
#define IO_TLB_SIZE (1 << IO_TLB_SHIFT)
|
||||
|
||||
/* default to 64MB */
|
||||
#define IO_TLB_DEFAULT_SIZE (64UL<<20)
|
||||
/* Umber Increase: default to 2048MB (instead of 64MB) */
|
||||
#define IO_TLB_DEFAULT_SIZE (2048UL<<20)
|
||||
|
||||
unsigned long swiotlb_size_or_default(void);
|
||||
void __init swiotlb_init_remap(bool addressing_limit, unsigned int flags,
|
||||
|
|
|
|||
Loading…
Reference in New Issue