ARCH OMAP : enable ARCH_HAS_HOLES_MEMORYMODEL for OMAP
authorSriram <srk@ti.com>
Thu, 21 Jan 2010 02:24:16 +0000 (18:24 -0800)
committerTony Lindgren <tony@atomide.com>
Thu, 21 Jan 2010 02:24:16 +0000 (18:24 -0800)
commit4263ef0407fcaeaaaecfcc9cde3b0cf0870ee1af
tree7a4d922db91dc267ce05a58e01b6e5eb64a6c127
parent397c8fc5df6a365508c5831a04d8663ed0d7b37c
ARCH OMAP : enable ARCH_HAS_HOLES_MEMORYMODEL for OMAP

OMAP platforms(like OMAP3530) include DSP or other co-processors
for media acceleration. when carving out memory for the
accelerators we can end up creating a hole in the memory map
of sort:
<kernel memory><hole(memory for accelerator)><kernel memory>

To handle such a memory configuration ARCH_HAS_HOLES_MEMORYMODEL
has to be enabled. For further information refer discussion at:
http://www.mail-archive.com/linux-omap@vger.kernel.org/msg15262.html.

Signed-off-by: Sriramakrishnan <srk@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/Kconfig