Received: by 2002:ac0:a594:0:0:0:0:0 with SMTP id m20-v6csp3371241imm; Fri, 25 May 2018 04:42:55 -0700 (PDT) X-Google-Smtp-Source: AB8JxZpRzseyMJBf+iAlgU+S06Ipyr/Jrq+ACD7cjpC4ksXBKTih/7ppOehGbO9nwFQ8vPttTznx X-Received: by 2002:a17:902:7844:: with SMTP id e4-v6mr2236112pln.296.1527248575151; Fri, 25 May 2018 04:42:55 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1527248575; cv=none; d=google.com; s=arc-20160816; b=GoPu0jFYWMn8oYuj83glj7JuCUyot/Yyh06n2fKg6JX0EI79SiVX4OuhiiejDAed9X lEEBSu0SqarwWO3JKglTq0a+ulk6gDtcmrBTiJ784EMDOCoc/jV5l4DDVgg7lGzQI2P0 RGE1vQxhjJpBTwN1ZQzcBdzaSdY+vD2a7M4zhyxIQrYDHF9zZr+fAXZ7mpQoO4L/vBel 5rrb/MTDs8EOlxGEVa7MIL9NyN1z4oKN9blaXG/RcNh+w8dpY606a0ojZ69zHChscgad Qya3bMOsnDxffDKjCxUzq1wd5g04bWwV4e5ce9+W69qTWCmp7rMni8463e+AxPf+u7nF J14w== 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:arc-authentication-results; bh=Rl5wMMXNtcSGW2j0VSy2LWV72xK/rcwWiIGk92SnNWs=; b=s9K49kCaGhTrl0uSue2mwYoefFdPWsP1GD/7fOILdE6EkjX6jLrikKdo8XSdDQQgYi wYC8NDOsd69K6B3gM2wH9/1pbAZrTKX8mTPvlqXBmIGH0DFN1nGtgtvO3twFmudU95du tQ8OFcaaLfV+S8TZo+wS0+KTDM4pr/7NiebfG/J/peDx/ZKsQNLCA9+gXAsVO6xB6XV/ sffKgmmCQNO3yrKxk/+6fA0PMiqzp5myAp1YdAG7caxOIRM9EtohcIm9zSnxoXk3+EPh 4B7JtCykWVFzPetOFAqmfasJE4vAdOnLvUhAKTNANJtg25z151ZkMRQa7r4qhRtUxAFo Mgzg== 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 n7-v6si2276026pgu.362.2018.05.25.04.42.40; Fri, 25 May 2018 04:42:55 -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 S966781AbeEYLmM (ORCPT + 99 others); Fri, 25 May 2018 07:42:12 -0400 Received: from ozlabs.org ([203.11.71.1]:34313 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S966730AbeEYLl6 (ORCPT ); Fri, 25 May 2018 07:41:58 -0400 Received: by ozlabs.org (Postfix, from userid 1034) id 40skqm5m3yz9s1w; Fri, 25 May 2018 21:41:56 +1000 (AEST) X-powerpc-patch-notification: thanks X-powerpc-patch-commit: e4ccb1dae6bdef228d729c076c38161ef6e7ca34 In-Reply-To: <20180524110206.EFE226C991@localhost.localdomain> To: Christophe Leroy , Benjamin Herrenschmidt , Paul Mackerras From: Michael Ellerman Cc: linuxppc-dev@lists.ozlabs.org, linux-kernel@vger.kernel.org Subject: Re: powerpc/8xx: fix invalid register expression in head_8xx.S Message-Id: <40skqm5m3yz9s1w@ozlabs.org> Date: Fri, 25 May 2018 21:41:56 +1000 (AEST) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, 2018-05-24 at 11:02:06 UTC, Christophe Leroy wrote: > New binutils generate the following warning > > AS arch/powerpc/kernel/head_8xx.o > arch/powerpc/kernel/head_8xx.S: Assembler messages: > arch/powerpc/kernel/head_8xx.S:916: Warning: invalid register expression > > This patch fixes it. > > Signed-off-by: Christophe Leroy Applied to powerpc next, thanks. https://git.kernel.org/powerpc/c/e4ccb1dae6bdef228d729c076c3816 cheers