]> git.baikalelectronics.ru Git - kernel.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)
commit988d7c1d815d29dd72566aad4bb1a3658efe0f16
tree96bc428b41e7ae19e68529b54089044cc635ca1e
parent2d49617307b3fd1085f6731bbe8125bdfb22789e
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 ac7010398d31 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