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 From mboxrd@z Thu Jan 1 00:00:00 1970 From: santosh.shilimkar@ti.com (Santosh Shilimkar) Date: Wed, 5 Feb 2014 18:21:57 -0500 Subject: [PATCHv2 2/2] arm: Get rid of meminfo In-Reply-To: <1391558551-31395-3-git-send-email-lauraa@codeaurora.org> References: <1391558551-31395-1-git-send-email-lauraa@codeaurora.org> <1391558551-31395-3-git-send-email-lauraa@codeaurora.org> Message-ID: <52F2C795.80604@ti.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.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 From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753232AbaBEXW4 (ORCPT ); Wed, 5 Feb 2014 18:22:56 -0500 Received: from arroyo.ext.ti.com ([192.94.94.40]:56970 "EHLO arroyo.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751256AbaBEXWz (ORCPT ); Wed, 5 Feb 2014 18:22:55 -0500 Message-ID: <52F2C795.80604@ti.com> Date: Wed, 5 Feb 2014 18:21:57 -0500 From: Santosh Shilimkar User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/17.0 Thunderbird/17.0 MIME-Version: 1.0 To: Laura Abbott CC: Russell King , David Brown , Daniel Walker , Jason Cooper , Andrew Lunn , Sebastian Hesselbarth , Eric Miao , Haojian Zhuang , Ben Dooks , Kukjin Kim , , , , Leif Lindholm , Grygorii Strashko , Catalin Marinas , Rob Herring , Ard Biesheuvel , Will Deacon , Nicolas Pitre Subject: Re: [PATCHv2 2/2] arm: Get rid of meminfo References: <1391558551-31395-1-git-send-email-lauraa@codeaurora.org> <1391558551-31395-3-git-send-email-lauraa@codeaurora.org> In-Reply-To: <1391558551-31395-3-git-send-email-lauraa@codeaurora.org> Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@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