Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c8136535 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "swiotlb: Setting default IO TBL value to 1MB"

parents 30071052 ad1d7a39
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -116,8 +116,8 @@ unsigned long swiotlb_nr_tbl(void)
}
EXPORT_SYMBOL_GPL(swiotlb_nr_tbl);

/* default to 64MB */
#define IO_TLB_DEFAULT_SIZE (64UL<<20)
/* default to 1MB */
#define IO_TLB_DEFAULT_SIZE SZ_1M
unsigned long swiotlb_size_or_default(void)
{
	unsigned long size;