Received: by 2002:a05:6a10:f347:0:0:0:0 with SMTP id d7csp4731047pxu; Thu, 10 Dec 2020 04:13:56 -0800 (PST) X-Google-Smtp-Source: ABdhPJziMUFSfVxcCV1vTtwTJmSs6oP9SnsyWzhRcasJhoPIbcxRaEyYZeyMzlhHyrt4VV0NobX7 X-Received: by 2002:aa7:df91:: with SMTP id b17mr6613429edy.272.1607602435951; Thu, 10 Dec 2020 04:13:55 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1607602435; cv=none; d=google.com; s=arc-20160816; b=TL983LKhLI5zVttnU0Fc74sZ85B8RhUpSUDarQLeoLYwajqN4jYvS1zwz6rL59PYcV 9FptpnmyGWhUkxcc4Eks7Ia1eX0OnFfHAbbWEJyoBhqKJRYil0N76C0TVguYAKVhNouK XiirT6AjtU0O7OIANOh2bBuI+9XNYu9ZIAz8JZ5V0/9biYWDGAqPS2HJtXtgkmk+03m0 441hEulO+TudWuN7IIzaAuZ6fKw3YykXBgXVskIU/S9rCKZxFTfS+O23kyKIyivzraxa ujhOV8CG9Zpl6uePa83YCqATp/nhgDfvIv1zC/00S634Xgab6czjl1/zhTPWkpmKdnyO Z84g== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:date:message-id:subject:references:in-reply-to :cc:to:from; bh=IwBV+zD10vvbhzqZ6QhtL7hl/PLcTl/uGkZ76Mu3H5Q=; b=ovsGxylQArMntu6qj2MCOe4m+jx10BchWa9Lu/y9jhWosLGrZX5UVyxVGAvw5uuT77 aJbFW0Lq3Mu3VeMMrDEJJhuH0W5N7ft1HwVjys+XzLihK63L4yDWoPAd9AxzqJz51k2L ANfEWYV700wgXDQOdwzunmq0ceK3kfWzB7oTaC+QpPkiHc9FYd8psbAHD3RKZJ3twXj9 XWQkJDKKc2wjPtxVeFTyH5y2OclJZETA8CX22c7imScvUdQZgk8Ytosc4AOYu2sCU4MP 4zg/EvT126oCXzebmR9L4fbH4khE2Yg1zh7ANPWYeFeq39+WGYjlgk5eOhK6BnQE2Bcf vYvA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id hp33si2486865ejc.250.2020.12.10.04.13.32; Thu, 10 Dec 2020 04:13:55 -0800 (PST) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2389219AbgLJLgM (ORCPT + 99 others); Thu, 10 Dec 2020 06:36:12 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:33002 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2387551AbgLJLab (ORCPT ); Thu, 10 Dec 2020 06:30:31 -0500 Received: from ozlabs.org (bilbo.ozlabs.org [IPv6:2401:3900:2:1::2]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 98F85C061794 for ; Thu, 10 Dec 2020 03:29:50 -0800 (PST) Received: by ozlabs.org (Postfix, from userid 1034) id 4CsBXX4f4xz9sX3; Thu, 10 Dec 2020 22:29:48 +1100 (AEDT) From: Michael Ellerman To: Christophe Leroy , Paul Mackerras , Benjamin Herrenschmidt , Michael Ellerman Cc: linux-kernel@vger.kernel.org, linuxppc-dev@lists.ozlabs.org In-Reply-To: References: Subject: Re: [PATCH] powerpc/mm: Remove useless #ifndef CPU_FTR_COHERENT_ICACHE in mem.c Message-Id: <160756607046.1313423.10486808695253599894.b4-ty@ellerman.id.au> Date: Thu, 10 Dec 2020 22:29:48 +1100 (AEDT) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, 12 Oct 2020 08:02:30 +0000 (UTC), Christophe Leroy wrote: > Since commit 10b35d9978ac ("[PATCH] powerpc: merged asm/cputable.h"), > CPU_FTR_COHERENT_ICACHE has always been defined. > > Remove the #ifndef CPU_FTR_COHERENT_ICACHE block. Applied to powerpc/next. [1/1] powerpc/mm: Remove useless #ifndef CPU_FTR_COHERENT_ICACHE in mem.c https://git.kernel.org/powerpc/c/1a1be322178ca8097abeee244262ce0da5b519a9 cheers