Received: by 2002:a05:6a10:8c0a:0:0:0:0 with SMTP id go10csp210496pxb; Wed, 3 Feb 2021 03:43:31 -0800 (PST) X-Google-Smtp-Source: ABdhPJyBLOBGZoKFWOnc2X0wUX4b1wPNTLmv5I79uzK59feo732s/QsR9vjaiowUaONosXMtua86 X-Received: by 2002:a05:6402:254b:: with SMTP id l11mr2450786edb.202.1612352611107; Wed, 03 Feb 2021 03:43:31 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1612352611; cv=none; d=google.com; s=arc-20160816; b=0KPECn6w3+c1hoKJ7i+eh+te1Ih2KOSEhxKj6JB4+YzGXbeAOdanWJh3zKP2DpXz6W Dl5Zz19k2qBt5C697UNJgzso2ngwPpw4DYJ/Z2Kr/84vqj1XRAxqnWAr4oKlAsXak0Gz 9IIx9J/VNstyHNTgF1614muhNqqRy9/dHnHVLKPGrRKfg+/58gICFhmwiu5H6rlZqCcb iGRi2xz9JJPF2k8joW2+A2ANAKgYkc82rXXp/HjhTIRL26RJfKyPY9/1+YqS8DMNF5ow ePuDs4dbh/UxnFcsPKQ4vVj9/hxhqLw1m9W3TIr3EsrJpVGMAonlAjigCTFuHVcNSQN1 0SIA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:date:message-id:subject:references:in-reply-to :cc:to:from; bh=9gEI5k9ppmlgH7FCs6aWp8Q25snFlR7jq388QkcQZE4=; b=hhCoLgyxeqPESB/dS9FFgPosorjcYGho7F4rFk1jZTU7vijd6A/nRXyABAF7myMA13 TXzjs0jK188YXEDZ3vNK5WSfKNOShwaR0aY8o+LTfJhpfYd7eQxVbZXPpD39WlI1y67V 4jCiBJvqelpYxJwC2+h0GwbWKbqHvISxjoiB/5GAmIBp/3K8yv7zq8wonPAncPTQHKn5 C1ec/rHDWCw+23nH8oAimZ7SUtkf3tQuY4ZLWX+oM19/+f/zyLFl693/nIc54sIkmFlo J58elL25zcBuXuY2a3FJ7hzPSZSrsAR//OInhQsySe6LRen6veRH3n9V7Tyn+TCiMvQz C6+Q== 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 c14si1049432edk.65.2021.02.03.03.43.06; Wed, 03 Feb 2021 03:43:31 -0800 (PST) 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 S234364AbhBCLlT (ORCPT + 99 others); Wed, 3 Feb 2021 06:41:19 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:46938 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234284AbhBCLk5 (ORCPT ); Wed, 3 Feb 2021 06:40:57 -0500 Received: from ozlabs.org (ozlabs.org [IPv6:2401:3900:2:1::2]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 9255DC061786 for ; Wed, 3 Feb 2021 03:40:17 -0800 (PST) Received: by ozlabs.org (Postfix, from userid 1034) id 4DW09B4Ly9z9vDw; Wed, 3 Feb 2021 22:40:14 +1100 (AEDT) From: Michael Ellerman To: Michael Ellerman , Benjamin Herrenschmidt , Christophe Leroy , Paul Mackerras Cc: linuxppc-dev@lists.ozlabs.org, linux-kernel@vger.kernel.org In-Reply-To: <62df436454ef06e104cc334a0859a2878d7888d5.1608274548.git.christophe.leroy@csgroup.eu> References: <62df436454ef06e104cc334a0859a2878d7888d5.1608274548.git.christophe.leroy@csgroup.eu> Subject: Re: [PATCH v2] powerpc/32s: Only build hash code when CONFIG_PPC_BOOK3S_604 is selected Message-Id: <161235201025.1516112.5330581039307523183.b4-ty@ellerman.id.au> Date: Wed, 3 Feb 2021 22:40:14 +1100 (AEDT) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, 18 Dec 2020 06:56:05 +0000 (UTC), Christophe Leroy wrote: > It is now possible to only build book3s/32 kernel for > CPUs without hash table. > > Opt out hash related code when CONFIG_PPC_BOOK3S_604 is not selected. Applied to powerpc/next. [1/1] powerpc/32s: Only build hash code when CONFIG_PPC_BOOK3S_604 is selected https://git.kernel.org/powerpc/c/259149cf7c3c6195e6199e045ca988c31d081cab cheers