From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Wed, 10 Apr 2013 17:14:53 +1000 From: Michael Ellerman To: "Aneesh Kumar K.V" Subject: Re: [PATCH -V5 06/25] powerpc: Reduce PTE table memory wastage Message-ID: <20130410071453.GB24786@concordia> References: <1365055083-31956-1-git-send-email-aneesh.kumar@linux.vnet.ibm.com> <1365055083-31956-7-git-send-email-aneesh.kumar@linux.vnet.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: <1365055083-31956-7-git-send-email-aneesh.kumar@linux.vnet.ibm.com> Cc: paulus@samba.org, linuxppc-dev@lists.ozlabs.org, linux-mm@kvack.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Thu, Apr 04, 2013 at 11:27:44AM +0530, Aneesh Kumar K.V wrote: > From: "Aneesh Kumar K.V" > > We allocate one page for the last level of linux page table. With THP and > large page size of 16MB, that would mean we are wasting large part > of that page. To map 16MB area, we only need a PTE space of 2K with 64K > page size. This patch reduce the space wastage by sharing the page > allocated for the last level of linux page table with multiple pmd > entries. We call these smaller chunks PTE page fragments and allocated > page, PTE page. This is not compiling for me: arch/powerpc/mm/mmu_context_hash64.c:118:3: error: implicit declaration of function 'reset_page_mapcount' And similar. cheers