Skip to content

Commit

Permalink
ARM: Remove support for macro CONSISTENT_DMA_SIZE
Browse files Browse the repository at this point in the history
There are now no platforms which set this macro.

Signed-off-by: Jon Medhurst <tixy@yxit.co.uk>
  • Loading branch information
Jon Medhurst committed Aug 22, 2011
1 parent 9b74202 commit 97fef8b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions arch/arm/mm/dma-mapping.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit 97fef8b

Please sign in to comment.