diff options
author | Nicolas Pitre <nicolas.pitre@linaro.org> | 2014-04-09 22:24:02 +0200 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2014-04-23 02:24:33 +0200 |
commit | 64d3b6a3f480154b6727dd2187f5f2b58c15da77 (patch) | |
tree | 96bc428b41e7ae19e68529b54089044cc635ca1e /arch/arm/include/asm/memory.h | |
parent | ARM: 8022/1: ftrace: work with CONFIG_DEBUG_SET_MODULE_RONX (diff) | |
download | linux-64d3b6a3f480154b6727dd2187f5f2b58c15da77.tar.xz linux-64d3b6a3f480154b6727dd2187f5f2b58c15da77.zip |
ARM: 8023/1: remove remnants of the static DMA mapping
It looks like the static mapping area for DMA was replaced by dynamic
allocation into the vmalloc area by commit e9da6e9905e6 but the
information in Documentation/arm/memory.txt was not removed accordingly.
CONSISTENT_END in arch/arm/include/asm/memory.h has no more users and
can be removed as well.
Signed-off-by: Nicolas Pitre <nico@linaro.org>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/include/asm/memory.h')
-rw-r--r-- | arch/arm/include/asm/memory.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/include/asm/memory.h b/arch/arm/include/asm/memory.h index 02fa2558f662..2b751464d6ff 100644 --- a/arch/arm/include/asm/memory.h +++ b/arch/arm/include/asm/memory.h @@ -83,8 +83,6 @@ */ #define IOREMAP_MAX_ORDER 24 -#define CONSISTENT_END (0xffe00000UL) - #else /* CONFIG_MMU */ /* |