commit | 4a6d8cf90017019f3b2829b38157cd1a74c64856 | [log] [tgz] |
---|---|---|
author | Christophe Leroy <christophe.leroy@c-s.fr> | Fri Apr 26 15:58:06 2019 +0000 |
committer | Michael Ellerman <mpe@ellerman.id.au> | Fri May 03 01:20:25 2019 +1000 |
tree | 601bd4e8b111fb3ff44701ed11701a6468f6e727 | |
parent | 627f06c6f51e6af6ca3f7d1e82154b59583abc15 [diff] |
powerpc/mm: don't use pte_alloc_kernel() until slab is available on PPC32 In the same way as PPC64, implement early allocation functions and avoid calling pte_alloc_kernel() before slab is available. Reviewed-by: Aneesh Kumar K.V <aneesh.kumar@linux.ibm.com> Signed-off-by: Christophe Leroy <christophe.leroy@c-s.fr> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>