diff options
author | Andrew Lunn <andrew@lunn.ch> | 2013-05-13 19:32:14 +0000 |
---|---|---|
committer | Jason Cooper <jason@lakedaemon.net> | 2013-05-13 19:32:14 +0000 |
commit | 6d31727a0b6fe7206725c93508e6d2065f16ff03 (patch) | |
tree | a94f64ebd796e5fbc3306d8b9e1485539b23ff66 /arch/arm/mach-orion5x | |
parent | 00ed4a0bd964555fe9276f2299564c384d50ae7d (diff) |
ARM: Orion: Remove redundant init_dma_coherent_pool_size()
The patch:
387870f mm: dmapool: use provided gfp flags for all dma_alloc_coherent() calls
makes these calls on Kirkwood and Orion5x redundant. The drivers are
not making atomic requests for coherent memory and hence the default
pool size is now sufficient.
Jason Cooper added mach-mvebu/ hunk, and corrected minor typos in commit
message.
Signed-off-by: Andrew Lunn <andrew@lunn.ch>
Signed-off-by: Jason Cooper <jason@lakedaemon.net>
Diffstat (limited to 'arch/arm/mach-orion5x')
-rw-r--r-- | arch/arm/mach-orion5x/common.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/arch/arm/mach-orion5x/common.c b/arch/arm/mach-orion5x/common.c index b97fd672e89d..f8a6db9239bf 100644 --- a/arch/arm/mach-orion5x/common.c +++ b/arch/arm/mach-orion5x/common.c @@ -199,13 +199,6 @@ void __init orion5x_init_early(void) orion_time_set_base(TIMER_VIRT_BASE); - /* - * Some Orion5x devices allocate their coherent buffers from atomic - * context. Increase size of atomic coherent pool to make sure such - * the allocations won't fail. - */ - init_dma_coherent_pool_size(SZ_1M); - /* Initialize the MBUS driver */ orion5x_pcie_id(&dev, &rev); if (dev == MV88F5281_DEV_ID) |