Received: by 2002:a25:ad19:0:0:0:0:0 with SMTP id y25csp6116062ybi; Sun, 7 Jul 2019 20:55:21 -0700 (PDT) X-Google-Smtp-Source: APXvYqxuiETL6Ck2gnVLOxCRHI9tH9UnxNWSHL9D7Lif9ntwdjODYBFmhytZq94iBa1WOieAkK8g X-Received: by 2002:a63:7a06:: with SMTP id v6mr20964617pgc.115.1562558120984; Sun, 07 Jul 2019 20:55:20 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1562558120; cv=none; d=google.com; s=arc-20160816; b=vvS9bfToa54t7uvqX3o66b8jRixBGVv77SybNtaD7fAVFOoZYCCTLSD9nxL7V9Ghoo 0gcdwAe7/En/KuUvIDqhoEW+FWVp1zJ5ZGXQef+g+BcGaO+E54AgJtbO3RtzLZOSQbJm r46BiALGos/mLPoAz9x/CQUG/VGzWY36JwdhJG+UpRF87w2tXwzeH8gftHSyCNFXBkGi BvmbANwPbWJdCVjr+//DVZAXlnUSlT+ADlfyd5bbkalr8IcbssWHffDefpQq2ilvKgZ4 56pB65zbDWYdgdHIowMNW1EZbMnEqlUscOVAjInOmMiAU17bKq/fittlrFjRvQdhP0/Q ztzg== 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=IiXy9gSbqEvytZW1LTVjWYI8z2wtXImxiDIsStfuolQ=; b=hiPLejPgbacFo6FyFRHYju8Y5MtRZDnBcN1caiaXAm47OzXqeIk0mUfkEGGkLs5TDF HHXoD7WBKvv6gYMDENFagmPm1apQL+CP/0T5j9g5wyqKe2RJzgLsVM6g95CUIOTIivaU 1nNvcdaOjzK3bGAaluCpUkziV90tngX2tZkYEzHf8mlwBlyJ2BMNYsI7Ns3eaNFeiUW4 sSTz1VWQTsPLi2sAMkXIIiUBzLP1OiGfJYfmDjjbgdWpLQLYuUhQ4bmR9ByFSvkrxycA g62v3b+iwTGv6OqMG4ofH37I1ccZSp415l8jY3VrugoPEFVZwRoejh1Ecot8Z5+xcc7t nTtw== 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 r14si7947787pfc.134.2019.07.07.20.55.06; Sun, 07 Jul 2019 20:55:20 -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 S1728074AbfGHBTh (ORCPT + 99 others); Sun, 7 Jul 2019 21:19:37 -0400 Received: from bilbo.ozlabs.org ([203.11.71.1]:34353 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728027AbfGHBTd (ORCPT ); Sun, 7 Jul 2019 21:19:33 -0400 Received: by ozlabs.org (Postfix, from userid 1034) id 45hnfp6SlLz9sP0; Mon, 8 Jul 2019 11:19:30 +1000 (AEST) X-powerpc-patch-notification: thanks X-powerpc-patch-commit: 6c5875843b87c3adea2beade9d1b8b3d4523900a In-Reply-To: To: Christophe Leroy , Benjamin Herrenschmidt , Paul Mackerras , Segher Boessenkool From: Michael Ellerman Cc: linuxppc-dev@lists.ozlabs.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v2] powerpc: slightly improve cache helpers Message-Id: <45hnfp6SlLz9sP0@ozlabs.org> Date: Mon, 8 Jul 2019 11:19:30 +1000 (AEST) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, 2019-05-10 at 09:24:48 UTC, Christophe Leroy wrote: > Cache instructions (dcbz, dcbi, dcbf and dcbst) take two registers > that are summed to obtain the target address. Using 'Z' constraint > and '%y0' argument gives GCC the opportunity to use both registers > instead of only one with the second being forced to 0. > > Suggested-by: Segher Boessenkool > Signed-off-by: Christophe Leroy Applied to powerpc next, thanks. https://git.kernel.org/powerpc/c/6c5875843b87c3adea2beade9d1b8b3d4523900a cheers