Re: [PATCH v2 2/4] powerpc/64/mm: implement page mapping percpu first chunk allocator

2020-06-08 Thread Aneesh Kumar K.V
"Aneesh Kumar K.V" writes: > Implement page mapping percpu first chunk allocator as a fallback to > the embedding allocator. With 4K hash translation we limit our page > table range to 64TB and commit: 0034d395f89d ("powerpc/mm/hash64: Map all the > kernel regions in the same 0xc range") moved al

[PATCH v2 2/4] powerpc/64/mm: implement page mapping percpu first chunk allocator

2020-06-08 Thread Aneesh Kumar K.V
Implement page mapping percpu first chunk allocator as a fallback to the embedding allocator. With 4K hash translation we limit our page table range to 64TB and commit: 0034d395f89d ("powerpc/mm/hash64: Map all the kernel regions in the same 0xc range") moved all kernel mapping to that 64TB range.