Received: by 2002:a25:8b12:0:0:0:0:0 with SMTP id i18csp1157132ybl; Thu, 22 Aug 2019 10:09:10 -0700 (PDT) X-Google-Smtp-Source: APXvYqzR51W5sSa6Y/GKXtpBAXdgNSTyT/BaO5E1Cgm7yF6m8kHf7P9V/0IoTx6Rg6IoMYdmW3MP X-Received: by 2002:a17:90a:f995:: with SMTP id cq21mr733019pjb.27.1566493750333; Thu, 22 Aug 2019 10:09:10 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1566493750; cv=none; d=google.com; s=arc-20160816; b=j/XtGegF5Id/Ptik1Yzc6qfcpUwITIa7vkgyFCof3RM3t3ljicjMTb0lOlISKnR6Cn 1peD1KSyCWkQ1NKs2sv2JAL6peIYaZScL7yZ8VYYUGYcK2OtxswOEXooMvcysn11OFeD wVU9nLV+4ser+i+m+JWIN4rqQ1w162B1DtkS3/Lf9WFPDVcmcrxFa6zY1/T33sjKVAUx ehKpp7AxjQwsTiHNu1WJmi0yCzUg9hlS6hFsYLhcoeugAxSlc1hOHoAxBPOmPSgn7vlD VkjGKKCdMdLbstp/QIcaaSeZaozOBYzGTyzeY02X/M+t+gHYn1aM/VDsl0dnVx1qrG5c qFWg== 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=y7buatSqC7EZzgOcqq0ee9k9Kx8f5iQEgTtOmUFfCns=; b=DefCbD408QV42CmYBBrFAg8C9xTayeFkJQHwJGciWlqtmvYOLEMxRuSukI+KiLqEKU Mzzvve9hc0johyqn4NW2D/T+1bLMzI1PuumWtuwNNoAfQZmiXRhJc2z3dlYAwSC7sEjQ pSlmNN8tX2zOa5ag/nwDEKYOIJpaeG6exLcHOXQDVZhTR3CZeVuTeCp8DaNsEi5ekh22 Q468dzN45mvZylqT1JjEO4CRNFlpxJXVpGGm7jtT3r9ngen0tAN8Y2QinAjRRqN4A1nZ mRbJRJShkVfEECEprteAEWWHgW+TIZEA0k+HG46lW+/888KJR39pPq2yYxQtJexPKVZt MfqQ== 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 e9si183325pjj.66.2019.08.22.10.08.55; Thu, 22 Aug 2019 10:09:10 -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 S2388967AbfHVNJL (ORCPT + 99 others); Thu, 22 Aug 2019 09:09:11 -0400 Received: from bilbo.ozlabs.org ([203.11.71.1]:39329 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2388957AbfHVNJK (ORCPT ); Thu, 22 Aug 2019 09:09:10 -0400 Received: by ozlabs.org (Postfix, from userid 1034) id 46DlGs1HPYz9sNk; Thu, 22 Aug 2019 23:09:07 +1000 (AEST) X-powerpc-patch-notification: thanks X-powerpc-patch-commit: d9642117914c9d3f800b3bacc19d7e388b04edb4 In-Reply-To: <668aba4db6b9af6d8a151174e11a4289f1a6bbcd.1565933217.git.christophe.leroy@c-s.fr> To: Christophe Leroy , Benjamin Herrenschmidt , Paul Mackerras From: Michael Ellerman Cc: linuxppc-dev@lists.ozlabs.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 1/5] powerpc/mm: define empty update_mmu_cache() as static inline Message-Id: <46DlGs1HPYz9sNk@ozlabs.org> Date: Thu, 22 Aug 2019 23:09:07 +1000 (AEST) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, 2019-08-16 at 05:41:40 UTC, Christophe Leroy wrote: > Only BOOK3S and FSL_BOOK3E have a usefull update_mmu_cache(). > > For the others, just define it static inline. > > In the meantime, simplify the FSL_BOOK3E related ifdef as > book3e_hugetlb_preload() only exists when CONFIG_PPC_FSL_BOOK3E > is selected. > > Signed-off-by: Christophe Leroy Series applied to powerpc next, thanks. https://git.kernel.org/powerpc/c/d9642117914c9d3f800b3bacc19d7e388b04edb4 cheers