ARM: Add __arm_ioremap_exec for mapping external memory as MT_MEMORY
authorTony Lindgren <tony@atomide.com>
Wed, 5 Oct 2011 22:14:01 +0000 (15:14 -0700)
committerTony Lindgren <tony@atomide.com>
Wed, 5 Oct 2011 22:14:01 +0000 (15:14 -0700)
This allows mapping external memory such as SRAM for use.

This is needed for some small chunks of code, such as reprogramming
SDRAM memory source clocks that can't be executed in SDRAM. Other
use cases include some PM related code.

Acked-by: Nicolas Pitre <nicolas.pitre@linaro.org>
Signed-off-by: Tony Lindgren <tony@atomide.com>

No differences found