https://github.com/torvalds/linux
Revision 9af915da20bd405c232ebb93c3cb80c6d92a12f6 authored by Sriram on 29 January 2010, 22:20:05 UTC, committed by Tony Lindgren on 03 February 2010, 16:48:06 UTC
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>
1 parent faccbcf
History
Tip revision: 9af915da20bd405c232ebb93c3cb80c6d92a12f6 authored by Sriram on 29 January 2010, 22:20:05 UTC
ARCH OMAP : enable ARCH_HAS_HOLES_MEMORYMODEL for OMAP
Tip revision: 9af915d
File Mode Size
Documentation
arch
block
crypto
drivers
firmware
fs
include
init
ipc
kernel
lib
mm
net
samples
scripts
security
sound
tools
usr
virt
.gitignore -rw-r--r-- 843 bytes
.mailmap -rw-r--r-- 3.9 KB
COPYING -rw-r--r-- 18.3 KB
CREDITS -rw-r--r-- 91.8 KB
Kbuild -rw-r--r-- 2.4 KB
MAINTAINERS -rw-r--r-- 160.2 KB
Makefile -rw-r--r-- 52.0 KB
README -rw-r--r-- 17.0 KB
REPORTING-BUGS -rw-r--r-- 3.3 KB

README

back to top