Received: by 2002:a05:6a10:206:0:0:0:0 with SMTP id 6csp2524083pxj; Sun, 6 Jun 2021 05:14:00 -0700 (PDT) X-Google-Smtp-Source: ABdhPJzq8H5TZ+0PVTO090ByETFQBlnMBjPUeTS47E7Uu0ohNkLRah0IfWU/wDg6rPJ6w2iHxiqL X-Received: by 2002:aa7:cb8d:: with SMTP id r13mr15197513edt.184.1622981640190; Sun, 06 Jun 2021 05:14:00 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1622981640; cv=none; d=google.com; s=arc-20160816; b=i0Mgpvc9PuGtfWvTVYLsp7Ruz0u8ckpazsfOuv8iVi2otpc/egmn2VZFpZ+2v0EAMO Z1qdZXg27ynhuUS1IyqJvR4O1VaTtZD7YOr0jnAvChcdLSRD/peEQmd2KmBePLWhdO3p 6ZQkMFmcRkxwQC4Xsnes3IOcSOFDkPb2hlfXX289NgTX/O9rMtFNtezWChmGSDW0rKQs Z9jyUKPsY6e6rB67VtwbTLWFYs+wF2wFNOJDRLESSTCD5nVsji6Ge/BdeKGgrsidZfwt yboTQbCtzuvFD9Y5tRE+2uJ9pYCHlhQhGbNNg98DsxOrfnpel3toyDL9L2x9xL8AajjG 3W9Q== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:mime-version:date :message-id:subject:references:in-reply-to:cc:to:from; bh=xTAbqdi6h9rjcXesOv/dQAPKZbWAXOnOoq0xgheLZ4E=; b=HGF+laKbhHuvCGSIoihvxD0/zK/XkKuL2C4qtfuBp8TVK7Z3udJYu9HtrURaq5bWAa 2mc3H+hWUbRuD3mvxxaDZmEwkMpkJfeAJcqjR3egwxO7KXDm7Jwxk+K7iH/eiA99uQnG 2FBJUFZ27AC8zVajSV6Iva3ebSORULSoASy/snpl0x4qvZEuzJOoL4k5j13Tf4t7wak/ ++M8+jr1fbg6dZEMKJQnv3RNlsUpRpd8ar7w+I776IL8JOID/PU9X9o1C37U8OTR+jum ShFWVJ0Gu8MdbC3+8oFqYuNkSxyjbVUsyLEbYQr9JXz+P7CqahWiPBWAgSUeKwj1AUnv CLLg== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id f9si9964749edv.112.2021.06.06.05.13.37; Sun, 06 Jun 2021 05:14:00 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230200AbhFFMN5 (ORCPT + 99 others); Sun, 6 Jun 2021 08:13:57 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:48788 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229465AbhFFMNx (ORCPT ); Sun, 6 Jun 2021 08:13:53 -0400 Received: from ozlabs.org (bilbo.ozlabs.org [IPv6:2401:3900:2:1::2]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id D36C4C061789 for ; Sun, 6 Jun 2021 05:12:03 -0700 (PDT) Received: by ozlabs.org (Postfix, from userid 1034) id 4Fyb360Mmgz9sVm; Sun, 6 Jun 2021 22:12:01 +1000 (AEST) From: Michael Ellerman To: Benjamin Herrenschmidt , Christophe Leroy , Michael Ellerman , Paul Mackerras Cc: linuxppc-dev@lists.ozlabs.org, linux-kernel@vger.kernel.org In-Reply-To: <7f4aaa479569328a1e5b07c96c08fbca0cd7dd88.1620307890.git.christophe.leroy@csgroup.eu> References: <7f4aaa479569328a1e5b07c96c08fbca0cd7dd88.1620307890.git.christophe.leroy@csgroup.eu> Subject: Re: [PATCH] powerpc/32s: Remove asm/book3s/32/hash.h Message-Id: <162298131735.2353459.10982027333245553692.b4-ty@ellerman.id.au> Date: Sun, 06 Jun 2021 22:08:37 +1000 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 Thu, 6 May 2021 13:32:18 +0000 (UTC), Christophe Leroy wrote: > Move the PAGE bits into pgtable.h to be more similar to book3s/64. Applied to powerpc/next. [1/1] powerpc/32s: Remove asm/book3s/32/hash.h https://git.kernel.org/powerpc/c/ca8cc36901e9bdd01d371f6236faf9f61d1325d1 cheers