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_HELO_NONE,SPF_PASS,URIBL_BLOCKED, 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 4AE94C04AB5 for ; Mon, 3 Jun 2019 15:59:21 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 2A0D320673 for ; Mon, 3 Jun 2019 15:59:21 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728453AbfFCP7U (ORCPT ); Mon, 3 Jun 2019 11:59:20 -0400 Received: from foss.arm.com ([217.140.101.70]:54446 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726646AbfFCP7T (ORCPT ); Mon, 3 Jun 2019 11:59:19 -0400 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 4CB1880D; Mon, 3 Jun 2019 08:59:19 -0700 (PDT) Received: from arrakis.emea.arm.com (arrakis.cambridge.arm.com [10.1.196.78]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 194243F246; Mon, 3 Jun 2019 08:59:17 -0700 (PDT) Date: Mon, 3 Jun 2019 16:59:15 +0100 From: Catalin Marinas To: Anshuman Khandual Cc: linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Will Deacon , Steve Capper , Mark Rutland Subject: Re: [PATCH] arm64/hugetlb: Use macros for contiguous huge page sizes Message-ID: <20190603155915.GD63283@arrakis.emea.arm.com> References: <1558409703-31894-1-git-send-email-anshuman.khandual@arm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1558409703-31894-1-git-send-email-anshuman.khandual@arm.com> User-Agent: Mutt/1.10.1 (2018-07-13) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, May 21, 2019 at 09:05:03AM +0530, Anshuman Khandual wrote: > Replace all open encoded contiguous huge page size computations with > available macro encodings CONT_PTE_SIZE and CONT_PMD_SIZE. There are other > instances where these macros are used in the file and this change makes it > consistently use the same mnemonic. > > Signed-off-by: Anshuman Khandual > Cc: Catalin Marinas > Cc: Will Deacon > Cc: Steve Capper > Cc: Mark Rutland Queued for 5.3. Thanks. -- Catalin