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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 9D2DEC433F5 for ; Thu, 10 Feb 2022 11:22:32 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S240857AbiBJLW3 (ORCPT ); Thu, 10 Feb 2022 06:22:29 -0500 Received: from mxb-00190b01.gslb.pphosted.com ([23.128.96.19]:33280 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S239716AbiBJLWZ (ORCPT ); Thu, 10 Feb 2022 06:22:25 -0500 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 2A528F46 for ; Thu, 10 Feb 2022 03:22:27 -0800 (PST) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id BC13461CEA for ; Thu, 10 Feb 2022 11:22:26 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 41173C004E1; Thu, 10 Feb 2022 11:22:25 +0000 (UTC) Date: Thu, 10 Feb 2022 11:22:22 +0000 From: Catalin Marinas To: Anshuman Khandual Cc: linux-arm-kernel@lists.infradead.org, Will Deacon , linux-kernel@vger.kernel.org Subject: Re: [PATCH V2] arm64/hugetlb: Define __hugetlb_valid_size() Message-ID: References: <1644491770-16108-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: <1644491770-16108-1-git-send-email-anshuman.khandual@arm.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Feb 10, 2022 at 04:46:10PM +0530, Anshuman Khandual wrote: > arch_hugetlb_valid_size() can be just factored out to create another helper > to be used in arch_hugetlb_migration_supported() as well. This just defines > __hugetlb_valid_size() for that purpose. > > Cc: Catalin Marinas > Cc: Will Deacon > Cc: linux-arm-kernel@lists.infradead.org > Cc: linux-kernel@vger.kernel.org > Signed-off-by: Anshuman Khandual Reviewed-by: Catalin Marinas