]> bbs.cooldavid.org Git - net-next-2.6.git/commit
omap: dsp: remove shm from normal memory
authorFelipe Contreras <felipe.contreras@gmail.com>
Tue, 19 Oct 2010 07:37:24 +0000 (10:37 +0300)
committerOmar Ramirez Luna <omar.ramirez@ti.com>
Wed, 10 Nov 2010 23:54:01 +0000 (17:54 -0600)
commit89346f950014f2c615ed96c630be2a9c8576743c
treef2ea830048c0c960e6cd986cd257a01bb7b05996
parentc8ddb2713c624f432fa5fe3c7ecffcdda46ea0d4
omap: dsp: remove shm from normal memory

Also, don't be picky about the location, which incidentally fixes the
build since MEMBLOCK_REAL_LIMIT is gone on 2.6.37.

arch/arm/plat-omap/devices.c: In function 'omap_dsp_reserve_sdram_memblock':
arch/arm/plat-omap/devices.c:287: error: 'MEMBLOCK_REAL_LIMIT'
    undeclared (first use in this function)

Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>
Acked-by: Tony Lindgren <tony@atomide.com>
Signed-off-by: Omar Ramirez Luna <omar.ramirez@ti.com>
arch/arm/plat-omap/devices.c