commit | 99d1717dd7fecf2b10195b0d864323b952b4eba0 | [log] [tgz] |
---|---|---|
author | Jon Medhurst <tixy@yxit.co.uk> | Tue Aug 02 17:28:27 2011 +0100 |
committer | Jon Medhurst <tixy@yxit.co.uk> | Mon Aug 22 12:00:10 2011 +0000 |
tree | 1c60988a0eb4837240203c2de7b48e78e7b3975a | |
parent | 93ee7a9340d64f20295aacc3fb6a22b759323280 [diff] |
ARM: Add init_consistent_dma_size() This function can be called during boot to increase the size of the consistent DMA region above it's default value of 2MB. It must be called before the memory allocator is initialised, i.e. before any core_initcall. Signed-off-by: Jon Medhurst <tixy@yxit.co.uk> Acked-by: Nicolas Pitre <nicolas.pitre@linaro.org>