From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-5.5 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_PASS,USER_AGENT_MUTT autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id D95B9C282CE for ; Mon, 11 Feb 2019 11:06:20 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id B208020844 for ; Mon, 11 Feb 2019 11:06:20 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726892AbfBKLGS (ORCPT ); Mon, 11 Feb 2019 06:06:18 -0500 Received: from foss.arm.com ([217.140.101.70]:45656 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726107AbfBKLGS (ORCPT ); Mon, 11 Feb 2019 06:06:18 -0500 Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.72.51.249]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 4208AA78; Mon, 11 Feb 2019 03:06:18 -0800 (PST) Received: from fuggles.cambridge.arm.com (usa-sjc-imap-foss1.foss.arm.com [10.72.51.249]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id B64783F557; Mon, 11 Feb 2019 03:06:15 -0800 (PST) Date: Mon, 11 Feb 2019 11:06:13 +0000 From: Will Deacon To: Peng Fan Cc: "catalin.marinas@arm.com" , "akpm@linux-foundation.org" , "rppt@linux.vnet.ibm.com" , "ard.biesheuvel@linaro.org" , "f.fainelli@gmail.com" , "robin.murphy@arm.com" , "james.morse@arm.com" , "ghackmann@android.com" , "stefan@agner.ch" , "hannes@cmpxchg.org" , "logang@deltatee.com" , "linux-arm-kernel@lists.infradead.org" , "linux-kernel@vger.kernel.org" , "van.freenix@gmail.com" Subject: Re: [PATCH] arm64: use memblocks_present Message-ID: <20190211110613.GC30880@fuggles.cambridge.arm.com> References: <20190210093738.30923-1-peng.fan@nxp.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190210093738.30923-1-peng.fan@nxp.com> User-Agent: Mutt/1.11.1+86 (6f28e57d73f2) () Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sun, Feb 10, 2019 at 09:28:43AM +0000, Peng Fan wrote: > arm64_memory_present is doing same thing as memblocks_present, so > let's use common code memblocks_present instead of platform > specific arm64_memory_present. > > Signed-off-by: Peng Fan > --- > arch/arm64/mm/init.c | 20 +------------------- > 1 file changed, 1 insertion(+), 19 deletions(-) Acked-by: Will Deacon Catalin -- can you pick this one up, please? Will