]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
ARM: 8023/1: remove remnants of the static DMA mapping
authorNicolas Pitre <nicolas.pitre@linaro.org>
Wed, 9 Apr 2014 20:24:02 +0000 (21:24 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Wed, 23 Apr 2014 00:24:33 +0000 (01:24 +0100)
commit64d3b6a3f480154b6727dd2187f5f2b58c15da77
tree96bc428b41e7ae19e68529b54089044cc635ca1e
parenta672917ab8964228f83ac1f0728468b309d6ea19
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>
Documentation/arm/memory.txt
arch/arm/include/asm/memory.h