Received: by 2002:ac0:a5a7:0:0:0:0:0 with SMTP id m36-v6csp1378873imm; Sat, 4 Aug 2018 02:10:18 -0700 (PDT) X-Google-Smtp-Source: AAOMgpcs4k/HMorgLH3ZgjUV6g0USeyYPJIEG7N64yCoc9IUNYqtj0nlwHvA3K1HGpiny5mHumY8 X-Received: by 2002:a63:8c0b:: with SMTP id m11-v6mr6962339pgd.372.1533373818221; Sat, 04 Aug 2018 02:10:18 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1533373818; cv=none; d=google.com; s=arc-20160816; b=NidYlMJkRYRO8/lg2bCRKBAxLlit69S0ACVg2Wvfxw21yq6MXCOGXVCTX0nPRBLXL7 BhXzBhVtXAqBX/ULzM+gpnLkUDdZJqgRIA+i9JXlVggAp0YroKBCxNgQZOmePy9Zhrxg O3Flvh7J7tjt/W5VAIN3AZ8eST4k6BKmphB93kxsbR9zvb45DaUsDRSZgj/Hc9OGKJE0 Fw3ob0wuLE54r6i09lpTn2nGCbvOFVpWSIRcnSxIAWJ17rrGwWn9CONqZtfsB6wKgEC5 DyCLdgCdp6Ek2CgFgFoXxTQgX+WnhRlQihrqVG9R5BF/vobP8vFfDhIwcoRDLrY37KM5 Rpsg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:mime-version:user-agent:references :in-reply-to:message-id:date:subject:cc:to:from :arc-authentication-results; bh=eDE++FWoxB5pRlkB0m8i+OBVqpfVTTZ569ivbgAytPQ=; b=HZhUd5DvwGeetGMsDZaaZE4mQUX7Z/0BncdaVco9KaUHRtGxrsPwkDb0blx7ztqltE nyePxBOR4Wikgd2yH2tSFQ0tV4LcUETjuR+ATq8/uEp1w8m3QYcEgV4GrO+0CGoP3pr8 TXpxExP4E4TC9opXakqoms6x8ZP3vs2GJV2/qBHnFzSPhHnlG2XAcKuzfIEPQUD+TwGH r2x193EvwS98NI4/HMjij5w4DoWsRP1yau/o0LtRzZhoMAHHEBd97IyX4DkIa9xSuw9j n+Qh0g1pzB3NR6xXhNUVfw0bNbikIUCYnp3KLzuuYwMjHWKpvbRfdAWUnH49wIG1mrcz 1Fbg== 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 2-v6si7353318pgs.280.2018.08.04.02.10.03; Sat, 04 Aug 2018 02:10:18 -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 S1733252AbeHDLIu (ORCPT + 99 others); Sat, 4 Aug 2018 07:08:50 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:49684 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1732462AbeHDLIu (ORCPT ); Sat, 4 Aug 2018 07:08:50 -0400 Received: from localhost (D57E6652.static.ziggozakelijk.nl [213.126.102.82]) by mail.linuxfoundation.org (Postfix) with ESMTPSA id D0383BB3; Sat, 4 Aug 2018 09:08:50 +0000 (UTC) From: Greg Kroah-Hartman To: linux-kernel@vger.kernel.org Cc: Greg Kroah-Hartman , stable@vger.kernel.org, Christophe Leroy , Michael Ellerman , Sasha Levin Subject: [PATCH 4.4 050/124] powerpc/8xx: fix invalid register expression in head_8xx.S Date: Sat, 4 Aug 2018 11:00:39 +0200 Message-Id: <20180804082704.383670917@linuxfoundation.org> X-Mailer: git-send-email 2.18.0 In-Reply-To: <20180804082702.434482435@linuxfoundation.org> References: <20180804082702.434482435@linuxfoundation.org> User-Agent: quilt/0.65 X-stable: review MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 4.4-stable review patch. If anyone has any objections, please let me know. ------------------ From: Christophe Leroy [ Upstream commit e4ccb1dae6bdef228d729c076c38161ef6e7ca34 ] 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 Signed-off-by: Michael Ellerman Signed-off-by: Sasha Levin Signed-off-by: Greg Kroah-Hartman --- arch/powerpc/kernel/head_8xx.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/arch/powerpc/kernel/head_8xx.S +++ b/arch/powerpc/kernel/head_8xx.S @@ -720,7 +720,7 @@ start_here: tovirt(r6,r6) lis r5, abatron_pteptrs@h ori r5, r5, abatron_pteptrs@l - stw r5, 0xf0(r0) /* Must match your Abatron config file */ + stw r5, 0xf0(0) /* Must match your Abatron config file */ tophys(r5,r5) stw r6, 0(r5)