Skip to content

Commit 81b1a0e

Browse files
authored
Merge pull request torvalds#343 from ThomasKaiser/patch-1
Change DMA coherent pool size to 2MB
2 parents f0a2bd1 + 8bb52a5 commit 81b1a0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/arm64/mm/dma-mapping.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232

3333
static struct gen_pool *atomic_pool;
3434

35-
#define DEFAULT_DMA_COHERENT_POOL_SIZE SZ_256K
35+
#define DEFAULT_DMA_COHERENT_POOL_SIZE SZ_2M
3636
static size_t atomic_pool_size __initdata = DEFAULT_DMA_COHERENT_POOL_SIZE;
3737

3838
static int __init early_coherent_pool(char *p)

0 commit comments

Comments
 (0)