[ARM] Add section support to ioremap
authorRussell King <rmk@dyn-67.arm.linux.org.uk>
Thu, 29 Jun 2006 19:17:15 +0000 (20:17 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Thu, 29 Jun 2006 21:14:30 +0000 (22:14 +0100)
commitff0daca525dde796382b9ccd563f169df2571211
treeacb3feb60cec39f316447f702a2277a7448cbad9
parentba53201180e267bd1f0792e6c375ced7c100738e
[ARM] Add section support to ioremap

Allow section mappings to be setup using ioremap() and torn down
with iounmap().  This requires additional support in the MM
context switch to ensure that mappings are properly synchronised
when mapped in.

Based an original implementation by Deepak Saxena, reworked and
ARMv6 support added by rmk.

Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
arch/arm/mm/ioremap.c
include/asm-arm/memory.h
include/asm-arm/mmu.h
include/asm-arm/mmu_context.h