commit | 64d3b6a3f480154b6727dd2187f5f2b58c15da77 | [log] [tgz] |
---|---|---|
author | Nicolas Pitre <nicolas.pitre@linaro.org> | Wed Apr 09 21:24:02 2014 +0100 |
committer | Russell King <rmk+kernel@arm.linux.org.uk> | Wed Apr 23 01:24:33 2014 +0100 |
tree | 96bc428b41e7ae19e68529b54089044cc635ca1e | |
parent | a672917ab8964228f83ac1f0728468b309d6ea19 [diff] |
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>