Received: by 2002:a05:6a10:9848:0:0:0:0 with SMTP id x8csp29674pxf; Tue, 30 Mar 2021 18:11:47 -0700 (PDT) X-Google-Smtp-Source: ABdhPJyFXEyP/o9OIFYJ3FKsiObf9s60dKHCQyzZDGxH9Gexkgl8npRdo0v8zIzgQdcmHULqyOzR X-Received: by 2002:a05:6402:2752:: with SMTP id z18mr640111edd.275.1617153107206; Tue, 30 Mar 2021 18:11:47 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1617153107; cv=none; d=google.com; s=arc-20160816; b=DqZZMl1RO6y4gUEfryDeFY/l2WpN7bKCRH3E8IzA+40R/mTB4vEWp/Lqpd6ZiTHlh+ q1NjqIMPvbmjvvaTE7YN11z7OufMf2SQMwd6Sizz5BUebOg2tpNiF/QBSjx6BwB7zk0P gClp7D/W22ffV12DN6mpYAbORyYz5ezAIF2zpV/zRCv6mHRQdnUP//+mQlumtrkfxRt8 FNSZ8s6/x12fCFmhcHdjB2ehRSjcm3WQ31Dv8CD2eAHd9cdMwKFeaI5qMGV5Np5zWFMg 9tbpSodAJY3+uuTWUeVqPzwdHs2RP/Ebl0G7ikMxl+9ZPwd0Haox85rtQFFxUyMKLniz meSQ== 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=6ds1QCEO2mmThrUifQOv508RK+7YLmt5ZYJz3NZ6bas=; b=zaHIJjUqAxP2zeo1YLC0iHW15iU0jMCBUxZLjMFUEfi1ZEeEFHBmkXPsoT8+TjxWob zW6ns5evSEFLkYjDjHpcAe6EPaJfo7I4amidOXc8hSfSykxyP7r52k2yxtKCRU7ArGJS mOSVrM79xx8aoOyVei7bmx61ft9s6yXuhlYMiNH03ppCbttuEg63D9/Y3WyFc2LJeICC htORGtLBpWvUw6SqJm2+12z2uaOohW/X80yrgrMWrjTxOlRGQ0+Aabnlo0g2SFGtsn2a IV9K1jwdxE7I8F1SOtvrmT900bdfwdn6zolDLDcUwiD8IMQ5WzDoPfeEDGHkJPJPd/zA uUuA== 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 i25si380060ejv.640.2021.03.30.18.11.24; Tue, 30 Mar 2021 18:11:47 -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 S232905AbhCaBK1 (ORCPT + 99 others); Tue, 30 Mar 2021 21:10:27 -0400 Received: from bilbo.ozlabs.org ([203.11.71.1]:55789 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232515AbhCaBKK (ORCPT ); Tue, 30 Mar 2021 21:10:10 -0400 Received: by ozlabs.org (Postfix, from userid 1034) id 4F97XK1yZ5z9sWk; Wed, 31 Mar 2021 12:10:09 +1100 (AEDT) From: Michael Ellerman To: Michael Ellerman , Paul Mackerras , rashmicy@gmail.com, Christophe Leroy , Benjamin Herrenschmidt Cc: linux-kernel@vger.kernel.org, linuxppc-dev@lists.ozlabs.org In-Reply-To: <9881c68fbca004f9ea18fc9473f630e11ccd6417.1615806071.git.christophe.leroy@csgroup.eu> References: <9881c68fbca004f9ea18fc9473f630e11ccd6417.1615806071.git.christophe.leroy@csgroup.eu> Subject: Re: [PATCH] powerpc/asm-offsets: GPR14 is not needed either Message-Id: <161715297765.226945.4352182922403291412.b4-ty@ellerman.id.au> Date: Wed, 31 Mar 2021 12:09:37 +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 Mon, 15 Mar 2021 11:01:26 +0000 (UTC), Christophe Leroy wrote: > Commit aac6a91fea93 ("powerpc/asm: Remove unused symbols in > asm-offsets.c") removed GPR15 to GPR31 but kept GPR14, > probably because it pops up in a couple of comments when doing > a grep. > > However, it was never used either, so remove it as well. Applied to powerpc/next. [1/1] powerpc/asm-offsets: GPR14 is not needed either https://git.kernel.org/powerpc/c/6eeca7a11379e9dd05493bbdba57515b36a2e3cf cheers