Received: by 2002:a05:6a10:f347:0:0:0:0 with SMTP id d7csp4728645pxu; Thu, 10 Dec 2020 04:10:24 -0800 (PST) X-Google-Smtp-Source: ABdhPJyzBteVDF2uT9qAKFwMhGUEVSE1rKe0IqQk4JPKfT0aWCXyL9GYMb0XZrJXT0fpHxwl6Tp9 X-Received: by 2002:a50:d685:: with SMTP id r5mr6586278edi.248.1607602224698; Thu, 10 Dec 2020 04:10:24 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1607602224; cv=none; d=google.com; s=arc-20160816; b=bGhluKOITT7/d0GvWJfS+XylaW+WDlCe5TM/B1i9fuKjI4DSt6rJMKwgoJDwtn5HLz LOjA5lMi6wWJqTFmZoqFTqti0GyRqV7JWLrI71bIJW+8I8njBbKccKGvG+YoZACudmmf 57HUe3BH6RbQ6wbb4vBGbVfvR5zJFZMl9wdUyIyjyK/NO1tII3x54DMD0PeK1uZ+eMpY gentNkFF5uvQsCC5hNC2rCw9IX+oYbs2PW8Wh60y4REgz9C39+62GB5a+e4QVtD9DswA GHWp6JN09UpimK3mpAzOCmKlgRzd4NKylo3fLgR+Y8vZMD7HEiCNN68zWQCXTe0/vDkk IRWQ== 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=Duu1v8JG/RaRw+++HwVOQ1gCWjrX19ngeRqKCzodXy8=; b=l+8orrjYwEjW5IXS7yytcAZdQvByYfmWheaaiSmIZSoszcPlPotkTx3kqrPEtfKoSg ubf5Q9s44d6Jsp11j09UsQ/5FvUSkeTyO3PXayodannMJRDZkDMJiRTimQDdCUuDg2EN UTiE9GeWvdTTpcwYV4njg8TFHKfdnA1ccFAVr8vG74nusicWE3/ftbfQ9gGqrG1F5n6d s7jAkznQ7ETFmNFLhweTcBwoelFFzKi5q2v55zpwqfIRS5TQB1nNJUklSIc7s4Bzt68Q 4kyy1WO1bPNlCZqgT92xHh9imJO6on9Y1UOLhzwmqBhN6o2ujPl3ui+xT1YGjqHmH/px LM0A== 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 w13si2378713ejn.15.2020.12.10.04.10.01; Thu, 10 Dec 2020 04:10:24 -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 S2389487AbgLJLam (ORCPT + 99 others); Thu, 10 Dec 2020 06:30:42 -0500 Received: from ozlabs.org ([203.11.71.1]:35319 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2389446AbgLJLa1 (ORCPT ); Thu, 10 Dec 2020 06:30:27 -0500 Received: by ozlabs.org (Postfix, from userid 1034) id 4CsBXT0LmQz9sWx; Thu, 10 Dec 2020 22:29:44 +1100 (AEDT) From: Michael Ellerman To: Christophe Leroy , Paul Mackerras , Benjamin Herrenschmidt , Michael Ellerman Cc: linux-kernel@vger.kernel.org, linuxppc-dev@lists.ozlabs.org In-Reply-To: <829ae1aed1d2fc6b5fc5818362e573dee5d6ecde.1602489852.git.christophe.leroy@csgroup.eu> References: <829ae1aed1d2fc6b5fc5818362e573dee5d6ecde.1602489852.git.christophe.leroy@csgroup.eu> Subject: Re: [PATCH] powerpc/mm: Desintegrate MMU_FTR_PPCAS_ARCH_V2 Message-Id: <160756607081.1313423.15871737991465948250.b4-ty@ellerman.id.au> Date: Thu, 10 Dec 2020 22:29:44 +1100 (AEDT) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, 12 Oct 2020 08:04:24 +0000 (UTC), Christophe Leroy wrote: > MMU_FTR_PPCAS_ARCH_V2 is defined in cpu_table.h > as MMU_FTR_TLBIEL | MMU_FTR_16M_PAGE. > > MMU_FTR_TLBIEL and MMU_FTR_16M_PAGE are defined in mmu.h > > MMU_FTR_PPCAS_ARCH_V2 is used only in mmu.h and it is used only once. > > [...] Applied to powerpc/next. [1/1] powerpc/mm: Desintegrate MMU_FTR_PPCAS_ARCH_V2 https://git.kernel.org/powerpc/c/0e8ff4f8d2faa2e3381e774c9e2fb975e8b4598f cheers