On Sep 19, 2007, at 2:15 PM, Timur Tabi wrote:
> Add the ability to allocate a block of memory via alloc_bootmem()
> and manage
> that memory with a remote heap (rheap).
>
> Signed-off-by: Timur Tabi <[EMAIL PROTECTED]>
> ---
>
> This patch will conflict with Sylvain's "powerpc: Changes the
>
Kumar Gala wrote:
> seems like we should have a way to set bootmem_size via board/platform
> code and not require a cmdline arg.
I can add a Kconfig option for it, but since there is no Kconfig for the rheap
itself, I didn't know where to put it. Once Sylvain's patch is accepted, I
can update
Add the ability to allocate a block of memory via alloc_bootmem() and manage
that memory with a remote heap (rheap).
Signed-off-by: Timur Tabi <[EMAIL PROTECTED]>
---
This patch will conflict with Sylvain's "powerpc: Changes the config mechanism
for rheap" patch, but that patch hasn't been accept