ARCH OMAP : enable ARCH_HAS_HOLES_MEMORYMODEL for OMAP
authorSriram <srk@ti.com>
Fri, 29 Jan 2010 22:20:05 +0000 (14:20 -0800)
committerGrazvydas Ignotas <notasas@gmail.com>
Wed, 15 Feb 2012 22:25:18 +0000 (00:25 +0200)
commitdb4e6b8dac6b6a579a2a73a174b1b98a0b358ca6
treee48314ab5ef40f13818db4d4a899da2129d61c50
parent75f8180bbfea0127be47410e9107ea6b375300db
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