Received: by 2002:a25:4158:0:0:0:0:0 with SMTP id o85csp7122759yba; Thu, 2 May 2019 04:47:04 -0700 (PDT) X-Google-Smtp-Source: APXvYqx8tpcE2xXt1zghaf/OwyuysEs+S8nfyofopqLbJlz4UUUAa4wujl/p+2fP1EFibEPK2ybX X-Received: by 2002:a63:5057:: with SMTP id q23mr3563480pgl.30.1556797624733; Thu, 02 May 2019 04:47:04 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1556797624; cv=none; d=google.com; s=arc-20160816; b=0TJ5w8X81njb+wUFEakFBJ9ffg5MZuI/Yy/QbTqB9SJVz+rfYnVLVD/LUjA1GXXGeq kGkRLpAV12F/I9q26FiutCQ/MfNB5MT4vWtPnMDWtI01XttSG+CXlHwe9r6D8UXg5lzN OQnefWArUH8IBGG/M9q0qcgqPz1BvcWcsvIIJU4hvk7qIo36lClYbOHjCt2Je5D+FH2d a/smSkL334DCkghxs6qsYAa3395+dd985jq9v6RLnzOHcaBrI6vxxheNpWNYPjcBtsuk PYESosPv810cjQCQahkSd6rp4ISJvdyOqh7TZkVgWkB2HgNRaT9EWuVZeZZ5oNdqdyhe Q4hw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:mime-version:message-id:date:references :in-reply-to:subject:cc:to:from; bh=kSiJkWyIVY/TVQblBwW+jEd/4H7mg6TRb/AZQnGuZmw=; b=rrR8ARkUe/AwYkm7N+uFOBmjINGuYWLHjaX4580phnNRl9TKmR0K4tXDRmNY6vtZUB +uNyqSlQiGS+NAwabhA94KCChAO8zYzyfoWgSegm5HeZ4mgmKVwndrd+ASs0DBJ2aaul 1hleoUOk9aJlMoj6UgiIFRz8fJDl9iKCfbSQxTf0mijaBxb/pIw10yl0w6J492ALc+hI eyNP/rCjjf9asenHqHe1hhJl5PkzEIGmnmSGBMfkHSr7+ES3ZMfWD0+eL/kwr2+Nm9UF kb3NxAOiohxnR9xlNvE/CHiLuYT3iE3QC3WuE2k6TNkf4krkb5Rx2DoApsbrTG3I4RlT QJaQ== 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 y3si33831664pgy.134.2019.05.02.04.46.49; Thu, 02 May 2019 04:47:04 -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 S1726324AbfEBLii (ORCPT + 99 others); Thu, 2 May 2019 07:38:38 -0400 Received: from bilbo.ozlabs.org ([203.11.71.1]:44591 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726268AbfEBLii (ORCPT ); Thu, 2 May 2019 07:38:38 -0400 Received: from authenticated.ozlabs.org (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mail.ozlabs.org (Postfix) with ESMTPSA id 44vtZ350X5z9s9T; Thu, 2 May 2019 21:38:35 +1000 (AEST) From: Michael Ellerman To: Christophe Leroy , Benjamin Herrenschmidt , Paul Mackerras Cc: linux-kernel@vger.kernel.org, linuxppc-dev@lists.ozlabs.org Subject: Re: [PATCH v1 4/4] powerpc/mm: Move nohash specifics in subdirectory mm/nohash In-Reply-To: References: Date: Thu, 02 May 2019 21:38:35 +1000 Message-ID: <87r29hxf0k.fsf@concordia.ellerman.id.au> MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Christophe Leroy writes: > Many files in arch/powerpc/mm are only for nohash. This patch > creates a subdirectory for them. > > Signed-off-by: Christophe Leroy > --- > arch/powerpc/mm/Makefile | 17 +---------------- > arch/powerpc/mm/{ => nohash}/40x_mmu.c | 0 > arch/powerpc/mm/{ => nohash}/44x_mmu.c | 0 > arch/powerpc/mm/{ => nohash}/8xx_mmu.c | 0 > arch/powerpc/mm/nohash/Makefile | 21 +++++++++++++++++++++ > arch/powerpc/mm/{ => nohash}/fsl_booke_mmu.c | 0 > arch/powerpc/mm/{ => nohash}/hugetlbpage-book3e.c | 0 > arch/powerpc/mm/{ => nohash}/mmu_context_nohash.c | 0 > arch/powerpc/mm/{ => nohash}/pgtable-book3e.c | 0 > arch/powerpc/mm/{ => nohash}/tlb_low_64e.S | 0 > arch/powerpc/mm/{ => nohash}/tlb_nohash.c | 0 > arch/powerpc/mm/{ => nohash}/tlb_nohash_low.S | 0 > 12 files changed, 22 insertions(+), 16 deletions(-) > rename arch/powerpc/mm/{ => nohash}/40x_mmu.c (100%) > rename arch/powerpc/mm/{ => nohash}/44x_mmu.c (100%) > rename arch/powerpc/mm/{ => nohash}/8xx_mmu.c (100%) > create mode 100644 arch/powerpc/mm/nohash/Makefile > rename arch/powerpc/mm/{ => nohash}/fsl_booke_mmu.c (100%) > rename arch/powerpc/mm/{ => nohash}/hugetlbpage-book3e.c (100%) > rename arch/powerpc/mm/{ => nohash}/mmu_context_nohash.c (100%) > rename arch/powerpc/mm/{ => nohash}/pgtable-book3e.c (100%) > rename arch/powerpc/mm/{ => nohash}/tlb_low_64e.S (100%) > rename arch/powerpc/mm/{ => nohash}/tlb_nohash.c (100%) > rename arch/powerpc/mm/{ => nohash}/tlb_nohash_low.S (100%) I went with: arch/powerpc/mm/{40x_mmu.c => nohash/40x.c} arch/powerpc/mm/{44x_mmu.c => nohash/44x.c} arch/powerpc/mm/{8xx_mmu.c => nohash/8xx.c} arch/powerpc/mm/{hugetlbpage-book3e.c => nohash/book3e_hugetlbpage.c} arch/powerpc/mm/{pgtable-book3e.c => nohash/book3e_pgtable.c} arch/powerpc/mm/{fsl_booke_mmu.c => nohash/fsl_booke.c} arch/powerpc/mm/{mmu_context_nohash.c => nohash/mmu_context.c} arch/powerpc/mm/{tlb_nohash.c => nohash/tlb.c} arch/powerpc/mm/{tlb_nohash_low.S => nohash/tlb_low.S} arch/powerpc/mm/{ => nohash}/tlb_low_64e.S cheers