[PATCH 1/2] video: omap: vram: remove from normal memory

Felipe Contreras felipe.contreras at gmail.com
Fri Oct 15 08:46:23 EDT 2010


So that we can ioremap happily.

Cc: Tomi Valkeinen <tomi.valkeinen at nokia.com>
Signed-off-by: Felipe Contreras <felipe.contreras at gmail.com>
---
 drivers/video/omap2/vram.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/drivers/video/omap2/vram.c b/drivers/video/omap2/vram.c
index f6fdc20..1a99777 100644
--- a/drivers/video/omap2/vram.c
+++ b/drivers/video/omap2/vram.c
@@ -575,6 +575,8 @@ void __init omap_vram_reserve_sdram_memblock(void)
 		}
 	} else {
 		paddr = memblock_alloc_base(size, PAGE_SIZE, MEMBLOCK_REAL_LIMIT);
+		memblock_free(paddr, size);
+		memblock_remove(paddr, size);
 	}
 
 	omap_vram_add_region(paddr, size);
-- 
1.7.3.1.2.g7fe2b




More information about the linux-arm-kernel mailing list