From mboxrd@z Thu Jan 1 00:00:00 1970 From: Santosh Shilimkar Subject: Re: [PATCHv2 2/2] arm: Get rid of meminfo Date: Wed, 5 Feb 2014 18:21:57 -0500 Message-ID: <52F2C795.80604@ti.com> References: <1391558551-31395-1-git-send-email-lauraa@codeaurora.org> <1391558551-31395-3-git-send-email-lauraa@codeaurora.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1391558551-31395-3-git-send-email-lauraa@codeaurora.org> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=m.gmane.org@lists.infradead.org To: Laura Abbott Cc: Nicolas Pitre , Andrew Lunn , Kukjin Kim , Russell King , Jason Cooper , Ard Biesheuvel , Eric Miao , Will Deacon , linux-kernel@vger.kernel.org, Haojian Zhuang , Grygorii Strashko , Leif Lindholm , Ben Dooks , linux-arm-msm@vger.kernel.org, Daniel Walker , David Brown , Catalin Marinas , linux-arm-kernel@lists.infradead.org, Sebastian Hesselbarth List-Id: linux-arm-msm@vger.kernel.org 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-by: Laura Abbott > --- Acked-by: Santosh Shilimkar