diff options
Diffstat (limited to 'arch/arm/mm/mm.h')
-rw-r--r-- | arch/arm/mm/mm.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mm/mm.h b/arch/arm/mm/mm.h index d5a4e9ad8f0f..d5a982d15a88 100644 --- a/arch/arm/mm/mm.h +++ b/arch/arm/mm/mm.h | |||
@@ -81,8 +81,10 @@ extern __init void add_static_vm_early(struct static_vm *svm); | |||
81 | 81 | ||
82 | #ifdef CONFIG_ZONE_DMA | 82 | #ifdef CONFIG_ZONE_DMA |
83 | extern phys_addr_t arm_dma_limit; | 83 | extern phys_addr_t arm_dma_limit; |
84 | extern unsigned long arm_dma_pfn_limit; | ||
84 | #else | 85 | #else |
85 | #define arm_dma_limit ((phys_addr_t)~0) | 86 | #define arm_dma_limit ((phys_addr_t)~0) |
87 | #define arm_dma_pfn_limit (~0ul >> PAGE_SHIFT) | ||
86 | #endif | 88 | #endif |
87 | 89 | ||
88 | extern phys_addr_t arm_lowmem_limit; | 90 | extern phys_addr_t arm_lowmem_limit; |