From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ozlabs.org (ozlabs.org [IPv6:2401:3900:2:1::2]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 251E51A0CA4 for ; Fri, 4 Mar 2016 11:40:08 +1100 (AEDT) In-Reply-To: <1456805714-21774-2-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: [1/4] powerpc/mm: Split pgtable types to separate header Message-Id: <20160304004007.F05DF141B71@ozlabs.org> Date: Fri, 4 Mar 2016 11:40:07 +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:11 UTC, "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. > > Reviewed-by: Paul Mackerras > Signed-off-by: Aneesh Kumar K.V Applied to powerpc next, thanks. https://git.kernel.org/powerpc/c/2bf59916ef033edb9f8e968ee2 cheers