Received: by 2002:ac0:a5a7:0:0:0:0:0 with SMTP id m36-v6csp435745imm; Tue, 31 Jul 2018 22:25:52 -0700 (PDT) X-Google-Smtp-Source: AAOMgpef+P2ZFhTTrxIlUIJ9RdNWILyMV9wdnz4l6oD9wDyiZL1LAw7uOv03aB/5l01Kqh9NbWuy X-Received: by 2002:a17:902:7481:: with SMTP id h1-v6mr23803505pll.183.1533101152718; Tue, 31 Jul 2018 22:25:52 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1533101152; cv=none; d=google.com; s=arc-20160816; b=jlSO788zNJnXuZ+UNMv2beHf2IZCzBB0n0AmMSQuVE80eX131FsN1xGKIKXfDMNkzS 5N5J0ZvyTEcNLLW6g0eLv7iiELZejhKZeKt2VI13n+h1vFK757Dbu2kIHTu3B6gFbWNS 7HapxmP8ot6WZxLaVS0LI564n0DFNa189aciW51B+Xd10pIFxSlMfjM3w4+R56hdGww8 bb1XjTsUurGFmzncYVoGrK4aaxkztCGC39p2qOYi5/TmxVAwl7g6jaWc4x6X28f1Ijb9 cyuLZ7osAsw2iinNaAVIW0HTNFYkhdTGwF9N7SIpToV+hOa4BtvAcZ9lUHfazJCIs00J n49w== 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:arc-authentication-results; bh=ub4wjl4/2vyvTz+wh87EEIjTKWoU7/gfYK1KM6+Qn8k=; b=fbltr/S2E1BB+Yw8amlkU0s3Z3Llp1gLOymhwgDI9ekzRNNGF4nrmqg994Mxjgmf58 sQXTqW+LX0DmfE76zW9O8ep6tlkVxvj4FBMUjWcW5dycWOweI5AZx/shg8c6zu55wZm0 ILPnfQeS0/KLL/yi+eoN8huIquKMwdn0CkdA+31ZGQ3+Q+jUvdoxmsNWJlhRHVNdlAjZ Lk4cUOb8pSKGDBU+64lpAFD6kJZSSLeMiL+0Eds+ImquIlX08hin6TnNqrPhIG08ePTE 0Bd0NIdiQt2WMYvt7JAx3U59VAjyjC1vq8dVAWgtyetMQp7qNWHVlMAJpFS211SC4fNA nYCQ== 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 v71-v6si17047694pfj.354.2018.07.31.22.25.38; Tue, 31 Jul 2018 22:25:52 -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 S2387453AbeHAHIV (ORCPT + 99 others); Wed, 1 Aug 2018 03:08:21 -0400 Received: from ozlabs.org ([203.11.71.1]:60989 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1733148AbeHAHH6 (ORCPT ); Wed, 1 Aug 2018 03:07:58 -0400 Received: by ozlabs.org (Postfix, from userid 1034) id 41gMDV6tt2z9sC7; Wed, 1 Aug 2018 15:24:10 +1000 (AEST) X-powerpc-patch-notification: thanks X-powerpc-patch-commit: 7bc396958cafba126078ad92480a4241599ae4ef In-Reply-To: <820e0ab274673d336c49ea47273aae18e5723af5.1530807556.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: [v3,12/16] powerpc/44x: remove page.h from mmu-44x.h Message-Id: <41gMDV6tt2z9sC7@ozlabs.org> Date: Wed, 1 Aug 2018 15:24:10 +1000 (AEST) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, 2018-07-05 at 16:25:13 UTC, Christophe Leroy wrote: > mmu-44x.h doesn't need asm/page.h if PAGE_SHIFT are replaced by CONFIG_PPC_XX_PAGES > > Signed-off-by: Christophe Leroy Applied to powerpc next, thanks. https://git.kernel.org/powerpc/c/7bc396958cafba126078ad92480a42 cheers