commit | b68e3a3dff97bdc1cba79dc5f80cede8a2419cac | [log] [tgz] |
---|---|---|
author | Christophe Leroy <christophe.leroy@csgroup.eu> | Mon Oct 12 08:05:49 2020 +0000 |
committer | Michael Ellerman <mpe@ellerman.id.au> | Fri Dec 04 01:01:33 2020 +1100 |
tree | 2dc53f3a893481f51fdd93db565cd64b95e1143a | |
parent | 1a1be322178ca8097abeee244262ce0da5b519a9 [diff] |
powerpc/mm: MMU_FTR_NEED_DTLB_SW_LRU is only possible with CONFIG_PPC_83xx Only mpc83xx will set MMU_FTR_NEED_DTLB_SW_LRU and its definition is enclosed in #ifdef CONFIG_PPC_83xx. Make MMU_FTR_NEED_DTLB_SW_LRU possible only when CONFIG_PPC_83xx is set. Signed-off-by: Christophe Leroy <christophe.leroy@csgroup.eu> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au> Link: https://lore.kernel.org/r/d01d7613664fafa43de1f1ae89924075bc24241c.1602489931.git.christophe.leroy@csgroup.eu