mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-16 08:44:21 +08:00
ARM: Remove support for macro CONSISTENT_DMA_SIZE
There are now no platforms which set this macro. Signed-off-by: Jon Medhurst <tixy@yxit.co.uk>
This commit is contained in:
parent
9b74202402
commit
97fef8bda9
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user