commit | fe54b1fd49b712cd94a1846e993a515fc9394dcb | [log] [tgz] |
---|---|---|
author | Marc Carino <marc.ceeeee@gmail.com> | Wed Jun 04 16:10:01 2014 -0700 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Wed Jun 04 16:54:08 2014 -0700 |
tree | 89cfe6348625075bf288080eb9c072b745d46a6c | |
parent | 18ab4d4ced0817421e6db6940374cc39d28d65da [diff] |
cma: increase CMA_ALIGNMENT upper limit to 12 Some systems require a larger maximum PAGE_SIZE order for CMA allocations. To accommodate such systems, increase the upper-bound of the CMA_ALIGNMENT range to 12 (which ends up being 16MB on systems with 4K pages). Signed-off-by: Marc Carino <marc.ceeeee@gmail.com> Cc: Marek Szyprowski <m.szyprowski@samsung.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>