[PATCH V2 05/29] powerpc/mm: Copy pgalloc (part 2)
Aneesh Kumar K.V
aneesh.kumar at linux.vnet.ibm.com
Mon Feb 15 16:25:27 AEDT 2016
Paul Mackerras <paulus at ozlabs.org> writes:
> On Mon, Feb 08, 2016 at 02:50:17PM +0530, Aneesh Kumar K.V wrote:
>> Signed-off-by: Aneesh Kumar K.V <aneesh.kumar at linux.vnet.ibm.com>
>
> This needs a proper patch description.
>
> Paul.
I am expecting part1, 2 and 3 will be folded into one patch before
merge. I updated part1 with
powerpc/mm: Copy pgalloc (part 1)
This patch make a copy of pgalloc routines for book3s. The idea is to
enable a hash64 copy of these pgalloc routines which can be later
updated to have a radix conditional. Radix introduce a new page table
format with different page table size.
This mostly does:
cp pgalloc-32.h book3s/32/pgalloc.h
cp pgalloc-64.h book3s/64/pgalloc.h
-aneesh
More information about the Linuxppc-dev
mailing list