aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-bcmring
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-bcmring')
-rw-r--r--arch/arm/mach-bcmring/dma.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-bcmring/dma.c b/arch/arm/mach-bcmring/dma.c
index b52b8de91bde..8751582a6cb1 100644
--- a/arch/arm/mach-bcmring/dma.c
+++ b/arch/arm/mach-bcmring/dma.c
@@ -1614,7 +1614,7 @@ DMA_MemType_t dma_mem_type(void *addr)
1614{ 1614{
1615 unsigned long addrVal = (unsigned long)addr; 1615 unsigned long addrVal = (unsigned long)addr;
1616 1616
1617 if (addrVal >= VMALLOC_END) { 1617 if (addrVal >= CONSISTENT_BASE) {
1618 /* NOTE: DMA virtual memory space starts at 0xFFxxxxxx */ 1618 /* NOTE: DMA virtual memory space starts at 0xFFxxxxxx */
1619 1619
1620 /* dma_alloc_xxx pages are physically and virtually contiguous */ 1620 /* dma_alloc_xxx pages are physically and virtually contiguous */