]> Git Repo - linux.git/commit
arm: dma-mapping: add checking cma area initialized
authorGioh Kim <[email protected]>
Thu, 22 May 2014 04:38:23 +0000 (13:38 +0900)
committerMarek Szyprowski <[email protected]>
Thu, 22 May 2014 06:09:31 +0000 (08:09 +0200)
commite464ef16c4f080bb85ccf9085f92503b5b5b1e13
tree4e0554952a1ec7de459131679a1e3138737d4eaf
parent006f841db1e0da8801aedc6751b563b28f9a6319
arm: dma-mapping: add checking cma area initialized

If CMA is turned on and CMA size is set to zero, kernel should
behave as if CMA was not enabled at compile time.
Every dma allocation should check existence of cma area
before requesting memory.

Signed-off-by: Gioh Kim <[email protected]>
Signed-off-by: Joonsoo Kim <[email protected]>
Acked-by: Michal Nazarewicz <[email protected]>
[mszyprow: removed redundant empty line from the patch]
Signed-off-by: <[email protected]>
arch/arm/mm/dma-mapping.c
This page took 0.042644 seconds and 4 git commands to generate.