commit | c5710cd20735037ba9be0e95530f0d3795ce07e6 | [log] [tgz] |
---|---|---|
author | Christophe Leroy <christophe.leroy@c-s.fr> | Fri Apr 26 05:59:48 2019 +0000 |
committer | Michael Ellerman <mpe@ellerman.id.au> | Fri May 03 01:20:24 2019 +1000 |
tree | 045e2e4b5ce52e3e4ef8a14d4d8bd38cd6b4ae46 | |
parent | 45d0ba527b575d47b2be75dd517b57cceda04bfe [diff] |
powerpc/mm: cleanup HPAGE_SHIFT setup Only book3s/64 may select default among several HPAGE_SHIFT at runtime. 8xx always defines 512K pages as default FSL_BOOK3E always defines 4M pages as default This patch limits HUGETLB_PAGE_SIZE_VARIABLE to book3s/64 moves the definitions in subarches files. Signed-off-by: Christophe Leroy <christophe.leroy@c-s.fr> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>