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 2245E1A04E1 for ; Thu, 25 Feb 2016 14:12:46 +1100 (AEDT) Date: Thu, 25 Feb 2016 14:12:40 +1100 From: Paul Mackerras To: "Aneesh Kumar K.V" Cc: benh@kernel.crashing.org, mpe@ellerman.id.au, linuxppc-dev@lists.ozlabs.org Subject: Re: [PATCH V4 04/18] powerpc/mm: Split pgtable types to separate header Message-ID: <20160225031240.GC18753@oak.ozlabs.ibm.com> References: <1456202900-5454-1-git-send-email-aneesh.kumar@linux.vnet.ibm.com> <1456202900-5454-5-git-send-email-aneesh.kumar@linux.vnet.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: <1456202900-5454-5-git-send-email-aneesh.kumar@linux.vnet.ibm.com> List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Tue, Feb 23, 2016 at 10:18:06AM +0530, Aneesh Kumar K.V wrote: > We move the page table accessors into a separate header. We will > later add a big endian variant of the table which is needed for radix. > No functionality change only code movement. > > Signed-off-by: Aneesh Kumar K.V Reviewed-by: Paul Mackerras We may end up using a big-endian Linux page table even on hash, for the sake of simplicity. Paul.