On Mon, Nov 1, 2010 at 6:30 PM, Namhyung Kim <[email protected]> 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 [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html
