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 44D9FC433F5 for ; Tue, 4 Oct 2022 13:39:07 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230350AbiJDNjF (ORCPT ); Tue, 4 Oct 2022 09:39:05 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:55428 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230087AbiJDNiu (ORCPT ); Tue, 4 Oct 2022 09:38:50 -0400 Received: from gandalf.ozlabs.org (mail.ozlabs.org [IPv6:2404:9400:2221:ea00::3]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id AEF054CA0F for ; Tue, 4 Oct 2022 06:38:49 -0700 (PDT) Received: from authenticated.ozlabs.org (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mail.ozlabs.org (Postfix) with ESMTPSA id 4Mhf1M6kBdz4xGw; Wed, 5 Oct 2022 00:38:47 +1100 (AEDT) From: Michael Ellerman To: "linux-mm @ kvack . org" , Nicholas Piggin , Christophe Leroy , Michael Ellerman Cc: linux-kernel@vger.kernel.org, linuxppc-dev@lists.ozlabs.org In-Reply-To: References: Subject: Re: [PATCH 1/2] powerpc/nohash: Remove pgd_huge() stub Message-Id: <166488985737.779920.8762393003008837052.b4-ty@ellerman.id.au> Date: Wed, 05 Oct 2022 00:24:17 +1100 MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, 7 Sep 2022 11:34:44 +0200, Christophe Leroy wrote: > linux/hugetlb.h has a fallback pgd_huge() macro for when > pgd_huge is not defined. > > Remove the powerpc redundant definitions. > > Applied to powerpc/next. [1/2] powerpc/nohash: Remove pgd_huge() stub https://git.kernel.org/powerpc/c/a26494cf4aeb8e9888428a43f55cc486f06f1334 [2/2] powerpc: Rely on generic definition of hugepd_t and is_hugepd when unused https://git.kernel.org/powerpc/c/691cdf016d3be6f66a3ea384809be229e0f9c590 cheers