Received: by 2002:a25:ad19:0:0:0:0:0 with SMTP id y25csp6116895ybi; Sun, 7 Jul 2019 20:56:30 -0700 (PDT) X-Google-Smtp-Source: APXvYqy4CeDNSHwgMe7LDzHFAlUv/tjEuB7UXg1zgZ+51e1IyqvqXOCf9um0EfhJBH1FZpv2+kVh X-Received: by 2002:a17:902:7043:: with SMTP id h3mr22488658plt.10.1562558190200; Sun, 07 Jul 2019 20:56:30 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1562558190; cv=none; d=google.com; s=arc-20160816; b=XEBxcMkWagvXR2xcjQuYvnz9goF0XRVv1qduV9uRU+QAliXKWaetVujF95iQDwLYpk WfsoBw4oB8pMj+XeXaMpvg0tGF3OCZJyP0R8ea3hBhHeQrKpm+7JxGSGF6dwBs28Pqgj h5ursjFGqzrAQXnBF85lGvFvWqkyNhfrpLySqea6Syn/LrpqEBf4dUvQjz7EIcPeKbS5 ZKv/2oTwKkN3t6Mgz0uRgkg2aA6uNBTW8XClKU/RoE/uEs6q3DsGanJiIK0QKuujOfxe 1QsPoqWp9ixNis5n1qqplBmm0VEEPqjFaR4q7aCDCjhyXRgg2Mq3WWEqZJoavsgMA7LA u5/g== 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=XJyqL8MlGodJ+ATBXOefxAufx/gvBpDkR9wkLrESZm4=; b=cC3pd0WQtbuWpUolVn45h4TRkdNn3ubU3q3ez2uEzDw/PPTM4CbqIYkGHPwPSzy6hv 7qszIAkzVvQKe7iR30pTU2RWC+El8MbGVpqVCh6KHEbbrWQjMtASO2+rC2V74igJr9Ns S40uYwefuWYqeeNkNp+UskrbGGoYhQbV24vrPlCZL3y4N38v/zpAWP0gNn8Kp1w6ua/D 5JfZJlQS4W3/TT4xZU4xRE0o+fwvl0WxXRLSo54x9AYx/yjHvWB+HhMpcc9DMIENnEEW 2dRggwGBfs2r5YtO+IJzv5iZdwllizvAhU19LE1oFZEDXM4TmdxWHYrOiKPWVTg6sN6Z UktA== 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 t19si15063269plo.376.2019.07.07.20.56.15; Sun, 07 Jul 2019 20:56:30 -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 S1728313AbfGHBUR (ORCPT + 99 others); Sun, 7 Jul 2019 21:20:17 -0400 Received: from ozlabs.org ([203.11.71.1]:49559 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727997AbfGHBTe (ORCPT ); Sun, 7 Jul 2019 21:19:34 -0400 Received: by ozlabs.org (Postfix, from userid 1034) id 45hnfq75mmz9sNF; Mon, 8 Jul 2019 11:19:31 +1000 (AEST) X-powerpc-patch-notification: thanks X-powerpc-patch-commit: 1cfb725fb1899dc6fdc88f8b5354a65e8ad260c6 In-Reply-To: <239d1c8f15b8bedc161a234f9f1a22a07160dbdf.1557824379.git.christophe.leroy@c-s.fr> To: Christophe Leroy , Benjamin Herrenschmidt , Paul Mackerras , Oliver O'Halloran , Segher Boessenkool From: Michael Ellerman Cc: linuxppc-dev@lists.ozlabs.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 1/4] powerpc/64: flush_inval_dcache_range() becomes flush_dcache_range() Message-Id: <45hnfq75mmz9sNF@ozlabs.org> Date: Mon, 8 Jul 2019 11:19:31 +1000 (AEST) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, 2019-05-14 at 09:05:13 UTC, Christophe Leroy wrote: > On most arches having function flush_dcache_range(), including PPC32, > this function does a writeback and invalidation of the cache bloc. > > On PPC64, flush_dcache_range() only does a writeback while > flush_inval_dcache_range() does the invalidation in addition. > > In addition it looks like within arch/powerpc/, there are no PPC64 > platforms using flush_dcache_range() > > This patch drops the existing 64 bits version of flush_dcache_range() > and renames flush_inval_dcache_range() into flush_dcache_range(). > > Signed-off-by: Christophe Leroy Applied to powerpc next, thanks. https://git.kernel.org/powerpc/c/1cfb725fb1899dc6fdc88f8b5354a65e8ad260c6 cheers