]> git.baikalelectronics.ru Git - kernel.git/commit
ARM: mm: don't limit default CMA region only to low memory
authorMarek Szyprowski <m.szyprowski@samsung.com>
Thu, 9 Oct 2014 22:26:49 +0000 (15:26 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 10 Oct 2014 02:25:53 +0000 (22:25 -0400)
commit5148f85dc5fe8bd70d0b8df8bf6fae53bd8e5f07
tree7f7dce2094dbe6729cf52b60a218801b3ac78e30
parent0883286c62f8b8bea98b416f2b5e698a559d90ea
ARM: mm: don't limit default CMA region only to low memory

DMA-mapping supports CMA regions places either in low or high memory, so
there is no longer needed to limit default CMA regions only to low memory.
 The real limit is still defined by architecture specific DMA limit.

Signed-off-by: Marek Szyprowski <m.szyprowski@samsung.com>
Reported-by: Russell King - ARM Linux <linux@arm.linux.org.uk>
Acked-by: Michal Nazarewicz <mina86@mina86.com>
Cc: Daniel Drake <drake@endlessm.com>
Cc: Minchan Kim <minchan@kernel.org>
Cc: Joonsoo Kim <iamjoonsoo.kim@lge.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
arch/arm/mm/init.c