[PATCH] Allow memblock steal operations to remove memory from anywhere

2012-08-12 Thread Russell King - ARM Linux
Found this with the cubox, which wants to obtain large blocks of RAM for the GPU and VPU devices at boot time. I don't believe any other platforms care where the memory comes from, so I think this is safe. However, OMAP and iMX folk should check this patch - thanks. 8=== From: Russell King

Re: [PATCH] Allow memblock steal operations to remove memory from anywhere

2012-08-12 Thread Sascha Hauer
On Sun, Aug 12, 2012 at 11:57:08AM +0100, Russell King - ARM Linux wrote: Found this with the cubox, which wants to obtain large blocks of RAM for the GPU and VPU devices at boot time. I don't believe any other platforms care where the memory comes from, so I think this is safe. However,

Re: [PATCH] Allow memblock steal operations to remove memory from anywhere

2012-08-12 Thread Shilimkar, Santosh
On Sun, Aug 12, 2012 at 4:27 PM, Russell King - ARM Linux li...@arm.linux.org.uk wrote: Found this with the cubox, which wants to obtain large blocks of RAM for the GPU and VPU devices at boot time. I don't believe any other platforms care where the memory comes from, so I think this is safe.