asm-generic: io: Add exec versions of ioremap
authorRuss Dill <Russ.Dill@ti.com>
Fri, 6 Sep 2013 21:01:35 +0000 (14:01 -0700)
committer黄涛 <huangtao@rock-chips.com>
Thu, 21 Nov 2013 05:39:18 +0000 (13:39 +0800)
commit1447d8f1e671b4ecb7084bd2aa840c52e6d86bf3
tree9a2fa8a112707f17b096398f3749f5c635117f9d
parentddcfb41f93c52381e2e8f4a7932cf164b540881e
asm-generic: io: Add exec versions of ioremap

If code is to be copied into and area (such as SRAM) and run,
it needs to be marked as exec. Currently only an ARM version
of this exists.

Signed-off-by: Russ Dill <Russ.Dill@ti.com>
arch/arm/include/asm/io.h
include/asm-generic/iomap.h