Re: [PATCH 2/3] OMAP: VRAM: Fix boot-time memory allocation
From: Felipe Contreras <hidden>
Date: 2010-11-17 18:08:58
Also in:
linux-omap
From: Felipe Contreras <hidden>
Date: 2010-11-17 18:08:58
Also in:
linux-omap
On Wed, Nov 10, 2010 at 11:45 AM, Tomi Valkeinen [off-list ref] wrote:
Use memblock_free() and memblock_remove() to remove the allocated or reserved VRAM area from normal kernel memory. This is a slightly modified version of patches from Felipe Contreras and Namhyung Kim. Reported-by: Felipe Contreras <redacted> Reported-by: Namhyung Kim <redacted> Signed-off-by: Tomi Valkeinen <redacted>
I would have kept these as two separate patches as they do two different things: 1) Fix a build error 2) Prepare for future ioremap() changes[1] The current patch mentions 1) in the summary, and 2) in the commit message, but it doesn't explain why 2) is needed. Maybe for the next time. Cheers. [1] http://article.gmane.org/gmane.linux.ports.arm.omap/44978 -- Felipe Contreras