ARCH OMAP : enable ARCH_HAS_HOLES_MEMORYMODEL for OMAP
authorSriram <srk@ti.com>
Mon, 11 Jan 2010 23:53:23 +0000 (15:53 -0800)
committerTony Lindgren <tony@atomide.com>
Mon, 11 Jan 2010 23:53:23 +0000 (15:53 -0800)
commit4c630148b5b2566c35d32767e71743c82c9c7ab1
tree13dca1797dc9b9b28cd891fcde343ecbd2681ba6
parent2d2e760fe2dfd282aa4821f36cf0a281a65c1aed
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