On Mon, Nov 1, 2010 at 6:30 PM, Namhyung Kim <namhyung@xxxxxxxxx> wrote: > --- a/drivers/video/omap2/vram.c > +++ b/drivers/video/omap2/vram.c > @@ -570,7 +570,8 @@ void __init omap_vram_reserve_sdram_memblock(void) > Â Â Â Â Â Â Â Â Â Â Â Âreturn; > Â Â Â Â Â Â Â Â} > Â Â Â Â} else { > - Â Â Â Â Â Â Â paddr = memblock_alloc_base(size, PAGE_SIZE, MEMBLOCK_REAL_LIMIT); > + Â Â Â Â Â Â Â paddr = memblock_alloc_base(size, PAGE_SIZE, > + Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â MEMBLOCK_ALLOC_ACCESSIBLE); This is exactly the same as: paddr = memblock_alloc(size, PAGE_SIZE); Let's use that instead. -- Felipe Contreras -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html