Commit 97fef8bd authored by Jon Medhurst's avatar Jon Medhurst

ARM: Remove support for macro CONSISTENT_DMA_SIZE

There are now no platforms which set this macro.
Signed-off-by: default avatarJon Medhurst <tixy@yxit.co.uk>
parent 9b742024
......@@ -129,11 +129,7 @@ static void __dma_free_buffer(struct page *page, size_t size)
*/
static pte_t **consistent_pte;
#ifdef CONSISTENT_DMA_SIZE
#define DEFAULT_CONSISTENT_DMA_SIZE CONSISTENT_DMA_SIZE
#else
#define DEFAULT_CONSISTENT_DMA_SIZE SZ_2M
#endif
unsigned long consistent_base = CONSISTENT_END - DEFAULT_CONSISTENT_DMA_SIZE;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment