]> git.baikalelectronics.ru Git - kernel.git/commit
ARM: Orion: Remove redundant init_dma_coherent_pool_size()
authorAndrew Lunn <andrew@lunn.ch>
Mon, 13 May 2013 19:32:14 +0000 (19:32 +0000)
committerJason Cooper <jason@lakedaemon.net>
Mon, 13 May 2013 19:32:14 +0000 (19:32 +0000)
commit64a823ec3fcd3c1104b9f1ca1369ceb2f387b19a
treea94f64ebd796e5fbc3306d8b9e1485539b23ff66
parent5db347f48c16dbb27b5a0cbfce9ec89440ed1e3b
ARM: Orion: Remove redundant init_dma_coherent_pool_size()

The patch:

  c3d64b7 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>
arch/arm/mach-kirkwood/common.c
arch/arm/mach-mvebu/armada-370-xp.c
arch/arm/mach-orion5x/common.c