Received: by 2002:a25:8b12:0:0:0:0:0 with SMTP id i18csp1421806ybl; Sat, 10 Aug 2019 03:22:50 -0700 (PDT) X-Google-Smtp-Source: APXvYqwjVZl5CHY+CSc0ZwKmHO6MiKCMaSnTfdjQ3VPlXaOx6YPYCeuVjFnR28xUXn7o6zCynHFG X-Received: by 2002:aa7:8189:: with SMTP id g9mr26663811pfi.143.1565432570068; Sat, 10 Aug 2019 03:22:50 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1565432570; cv=none; d=google.com; s=arc-20160816; b=VaUYzDhtXQVF4ZHMdL1g5Px9F7ZOCyqgicNptxIHIFisr9ymuL0kH+l6pzmYacPtIZ Q8ojNMUuTQldA+u8mByi5HqttjAf60628XVqLBAunbWqVWtr3hyuC8ow1e7+lnVVcw99 CBLN3kjsk4YBvVTJMsHFq/vzS18NKURrELpawLoBb4auW/Sd9VWhPk/3NyzIE84i1PUt KOQzq4bbpeR9C2Mm4k3si3frlCx1TSiT6oasvNridLnxswgCvmkRWLN3mBlD5lE+02iu 5soTEmE+p5NvIJkSaVSyD+IbJJHbJEHI97wPgemcNObeXPLSKK7U5D9GIsLE3utjjC2C jllQ== 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=LuT2ljs5wOFl/Caf65M23P1+gbjryKax0e+McmcdgyI=; b=VGKFBvD2eiPjcj3PHfHR5ketU/+46nqqwbgdUFaMuwO8JhKG9k/WcONvJL34cy6Vw8 rx4DKNLM0tMNBYjRLEdesYHFlwKZgqoP5YvPWqioeOKdAhTu5ZPCDr8eyMQQLpun6ytS OTxGF0BYaylaxC+pnMofhKGhMfUUN19oDKRyG61/z+JwfNucc+f65GC/NsIYxiOFHQws PcS2SlCW5mjRnr3FiBIqk4Ne5nNnGg1aGwOolpI0JtZG783nNpPHO8g7PXvg7u980q+9 16Ftf/+foJ0Qy8fmmFDGw+cV3hkvblXqRG5Oz9SX+CvX957l+hqBmNEmRGMERxTN5yq7 k0dA== 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 o61si57902273pld.392.2019.08.10.03.22.34; Sat, 10 Aug 2019 03:22:50 -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 S1726355AbfHJKUi (ORCPT + 99 others); Sat, 10 Aug 2019 06:20:38 -0400 Received: from bilbo.ozlabs.org ([203.11.71.1]:55063 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726259AbfHJKUg (ORCPT ); Sat, 10 Aug 2019 06:20:36 -0400 Received: by ozlabs.org (Postfix, from userid 1034) id 465J5t6lLxz9sNx; Sat, 10 Aug 2019 20:20:34 +1000 (AEST) X-powerpc-patch-notification: thanks X-powerpc-patch-commit: 461cef2a676e7c578d0ef62969dbcb8237c8631d In-Reply-To: To: Christophe Leroy , Benjamin Herrenschmidt , Paul Mackerras From: Michael Ellerman Cc: linuxppc-dev@lists.ozlabs.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v2] powerpc/32: activate ARCH_HAS_PMEM_API and ARCH_HAS_UACCESS_FLUSHCACHE Message-Id: <465J5t6lLxz9sNx@ozlabs.org> Date: Sat, 10 Aug 2019 20:20:34 +1000 (AEST) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, 2019-07-31 at 06:31:41 UTC, Christophe Leroy wrote: > PPC32 also have flush_dcache_range() so it can also support > ARCH_HAS_PMEM_API and ARCH_HAS_UACCESS_FLUSHCACHE without changes. > > Signed-off-by: Christophe Leroy Applied to powerpc next, thanks. https://git.kernel.org/powerpc/c/461cef2a676e7c578d0ef62969dbcb8237c8631d cheers