From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ozlabs.org (ozlabs.org [103.22.144.67]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 1CC491A0CA4 for ; Fri, 4 Mar 2016 11:40:09 +1100 (AEDT) In-Reply-To: <1456805714-21774-4-git-send-email-aneesh.kumar@linux.vnet.ibm.com> To: "Aneesh Kumar K.V" , benh@kernel.crashing.org, paulus@samba.org From: Michael Ellerman Cc: linuxppc-dev@lists.ozlabs.org, "Aneesh Kumar K.V" Subject: Re: [3/4] powerpc/mm: Switch book3s 64 with 64K page size to 4 level page table Message-Id: <20160304004008.F35CC141B86@ozlabs.org> Date: Fri, 4 Mar 2016 11:40:08 +1100 (AEDT) List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Tue, 2016-01-03 at 04:15:13 UTC, "Aneesh Kumar K.V" wrote: > This is needed so that we can support both hash and radix page table > using single kernel. Radix kernel uses a 4 level table. > > We now use physical address in upper page table tree levels. Even though > they are aligned to their size, for the masked bits we use the > bit positions as per PowerISA 3.0. > > Signed-off-by: Aneesh Kumar K.V Applied to powerpc next, thanks. https://git.kernel.org/powerpc/c/368ced78e6ed3d72c2acc61233 cheers