Received: by 2002:a25:c593:0:0:0:0:0 with SMTP id v141csp63833ybe; Sun, 1 Sep 2019 20:31:50 -0700 (PDT) X-Google-Smtp-Source: APXvYqzMeSRUCl94UAU9YBXYeOADYetZPApydHjxHtjWW6siGFO+Uc8Sr9Gxu4Z09o5Fboi7Qqah X-Received: by 2002:a63:c304:: with SMTP id c4mr23103172pgd.126.1567395110173; Sun, 01 Sep 2019 20:31:50 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1567395110; cv=none; d=google.com; s=arc-20160816; b=LLgxFpTxuJLVQmyqPeyzvjhqLEq2hvgSzNQm+9d7eZCnrkiti4+OEBMWd0ME1shPjB PSXN4iwMIzPuPr1y9HESpcedsol3BCliHqX+AylIXeVrda17khd4MhMCbzWGmp88ODnw 9V1oudceKeQeh5X3wqjZQyU5Wh/xDLtsKhspWxMnJTeDIz+gC2VtLA3xlMb+nMc1RZ7X tw5o9MwqnQd47PEV0qIP5stgIB7YGLpnDFgccxhrWK8XNcq++9rkaVzsVb3PU3Y4hYEP DWJ8ADcEiRcIF6AMaCG+Gimh+tPAx+OcdZz9GQr8v6D0bSsWgn2o90pg1PrYCZzNiLpR s1kg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:date:message-id:subject:cc:from:to :in-reply-to; bh=Yu8G1CQ+2znoXuir0dOM+DwUmVOEyYtPNP0K6LLiNwE=; b=dHdqEuJzzES5A/r88Q6AyFvs4uAwvw8WIg7K48b9eigvQjIqykaWbfFtgSQfNW4qQW 3Nt8JMtgFc0TMaTXamGFqUtmAGJmpxgKFuMOllU/KLBR5CeI3Q5MCxLYEoBnF7a2WSDI lv6Kh0AnicWgLg9y4kliURLnQKmqnSHJnznxBtI1ZcIdBer3gVxTvGq8Jm+41kiEf4wX lhpGa6WKBLuz/JELNzPGpK039CUiCz7CgR2HBOhhVQ6jpELs7z2UhyfSCP9UGTaPvNtR Y2XZe385p2uGHpsFNCQzGy8eiZUKlgx6fe9STm/CveNVJyVLfR1yBgbk2Zi6TAVeY4lS zAug== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id w15si10834037ply.218.2019.09.01.20.31.35; Sun, 01 Sep 2019 20:31:50 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729449AbfIBD3u (ORCPT + 99 others); Sun, 1 Sep 2019 23:29:50 -0400 Received: from bilbo.ozlabs.org ([203.11.71.1]:32949 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1729278AbfIBD3h (ORCPT ); Sun, 1 Sep 2019 23:29:37 -0400 Received: by ozlabs.org (Postfix, from userid 1034) id 46MFv35H4Gz9sNf; Mon, 2 Sep 2019 13:29:35 +1000 (AEST) X-powerpc-patch-notification: thanks X-powerpc-patch-commit: a04565741284f695db4cfe5a3e61940d2259cb8f In-Reply-To: To: Christophe Leroy , Benjamin Herrenschmidt , Paul Mackerras From: Michael Ellerman Cc: linuxppc-dev@lists.ozlabs.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] powerpc/8xx: drop unused self-modifying code alternative to FixupDAR. Message-Id: <46MFv35H4Gz9sNf@ozlabs.org> Date: Mon, 2 Sep 2019 13:29:35 +1000 (AEST) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, 2019-08-21 at 20:00:34 UTC, Christophe Leroy wrote: > The code which fixups the DAR on TLB errors for dbcX instructions > has a self-modifying code alternative that has never been used. > > Drop it. > > Signed-off-by: Christophe Leroy Applied to powerpc next, thanks. https://git.kernel.org/powerpc/c/a04565741284f695db4cfe5a3e61940d2259cb8f cheers