ARCH OMAP : enable ARCH_HAS_HOLES_MEMORYMODEL for OMAP
authorSriram <srk@ti.com>
Tue, 26 Jan 2010 03:46:19 +0000 (19:46 -0800)
committerTony Lindgren <tony@atomide.com>
Tue, 26 Jan 2010 03:46:19 +0000 (19:46 -0800)
commit970a37feeaa7d7c88a0f05a083c8f412577d05c3
treeb1c028463e3ec2a07301e57f9cfed3aca99e74d4
parentaa08b289104ab5194a612b69b5a9579de25bc1c5
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