Re: [PATCHv2 2/2] arm: Get rid of meminfo

2014-02-11 Thread Marek Szyprowski
Hello, On 2014-02-05 01:02, Laura Abbott wrote: memblock is now fully integrated into the kernel and is the prefered method for tracking memory. Rather than reinvent the wheel with meminfo, migrate to using memblock directly instead of meminfo as an intermediate. Signed-off-by: Laura Abbott

Re: [PATCHv2 2/2] arm: Get rid of meminfo

2014-02-10 Thread Laura Abbott
On 2/10/2014 9:28 AM, Courtney Cavin wrote: On Mon, Feb 10, 2014 at 04:25:34AM +0100, Laura Abbott wrote: On 2/6/2014 6:09 PM, Courtney Cavin wrote: On Wed, Feb 05, 2014 at 01:02:31AM +0100, Laura Abbott wrote: memblock is now fully integrated into the kernel and is the prefered method for tra

Re: [PATCHv2 2/2] arm: Get rid of meminfo

2014-02-10 Thread Grant Likely
On Wed, Feb 5, 2014 at 12:02 AM, Laura Abbott wrote: > memblock is now fully integrated into the kernel and is the prefered > method for tracking memory. Rather than reinvent the wheel with > meminfo, migrate to using memblock directly instead of meminfo as > an intermediate. > > Signed-off-by: La

Re: [PATCHv2 2/2] arm: Get rid of meminfo

2014-02-10 Thread Courtney Cavin
On Mon, Feb 10, 2014 at 04:25:34AM +0100, Laura Abbott wrote: > On 2/6/2014 6:09 PM, Courtney Cavin wrote: > > On Wed, Feb 05, 2014 at 01:02:31AM +0100, Laura Abbott wrote: > >> memblock is now fully integrated into the kernel and is the prefered > >> method for tracking memory. Rather than reinven

Re: [PATCHv2 2/2] arm: Get rid of meminfo

2014-02-10 Thread Catalin Marinas
On Mon, Feb 10, 2014 at 03:25:34AM +, Laura Abbott wrote: > On 2/6/2014 6:09 PM, Courtney Cavin wrote: > > On Wed, Feb 05, 2014 at 01:02:31AM +0100, Laura Abbott wrote: > >> memblock is now fully integrated into the kernel and is the prefered > >> method for tracking memory. Rather than reinven

Re: [PATCHv2 2/2] arm: Get rid of meminfo

2014-02-09 Thread Laura Abbott
On 2/6/2014 6:09 PM, Courtney Cavin wrote: On Wed, Feb 05, 2014 at 01:02:31AM +0100, Laura Abbott wrote: memblock is now fully integrated into the kernel and is the prefered method for tracking memory. Rather than reinvent the wheel with meminfo, migrate to using memblock directly instead of mem

Re: [PATCHv2 2/2] arm: Get rid of meminfo

2014-02-06 Thread Courtney Cavin
On Wed, Feb 05, 2014 at 01:02:31AM +0100, Laura Abbott wrote: > memblock is now fully integrated into the kernel and is the prefered > method for tracking memory. Rather than reinvent the wheel with > meminfo, migrate to using memblock directly instead of meminfo as > an intermediate. > > Signed-o

Re: [PATCHv2 2/2] arm: Get rid of meminfo

2014-02-05 Thread Santosh Shilimkar
On Tuesday 04 February 2014 07:02 PM, Laura Abbott wrote: > memblock is now fully integrated into the kernel and is the prefered > method for tracking memory. Rather than reinvent the wheel with > meminfo, migrate to using memblock directly instead of meminfo as > an intermediate. > > Signed-off-b

Re: [PATCHv2 2/2] arm: Get rid of meminfo

2014-02-05 Thread Leif Lindholm
On Tue, Feb 04, 2014 at 04:02:31PM -0800, Laura Abbott wrote: > memblock is now fully integrated into the kernel and is the prefered > method for tracking memory. Rather than reinvent the wheel with > meminfo, migrate to using memblock directly instead of meminfo as > an intermediate. > > Signed-o

Re: [PATCHv2 2/2] arm: Get rid of meminfo

2014-02-04 Thread Jason Cooper
On Tue, Feb 04, 2014 at 04:02:31PM -0800, Laura Abbott wrote: > memblock is now fully integrated into the kernel and is the prefered > method for tracking memory. Rather than reinvent the wheel with > meminfo, migrate to using memblock directly instead of meminfo as > an intermediate. > > Signed-o

[PATCHv2 2/2] arm: Get rid of meminfo

2014-02-04 Thread Laura Abbott
memblock is now fully integrated into the kernel and is the prefered method for tracking memory. Rather than reinvent the wheel with meminfo, migrate to using memblock directly instead of meminfo as an intermediate. Signed-off-by: Laura Abbott --- arch/arm/include/asm/mach/arch.h |4