Files
android_kernel_xiaomi_sm8450/arch/powerpc/kernel
Christophe Leroy bfac279930 powerpc/process: Replace an #ifdef CONFIG_PPC_BOOK3S_64 by IS_ENABLED()
This #ifdef CONFIG_PPC_BOOK3S_64 calls preload_new_slb_context()
when radix is not enabled.

radix_enabled() is always defined, and the prototype for
preload_new_slb_context() is always present, so the #ifdef
is unneeded.

Replace it by IS_ENABLED().

Signed-off-by: Christophe Leroy <christophe.leroy@csgroup.eu>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://lore.kernel.org/r/d31506ca9bac9def68cf7424eded63fdc4fb6660.1597643167.git.christophe.leroy@csgroup.eu
2020-09-15 22:13:34 +10:00
..
2020-09-02 11:00:19 +10:00
2019-08-30 09:52:57 +10:00
2020-07-27 00:01:30 +10:00
2020-05-26 23:36:57 +10:00
2020-07-18 22:43:55 +10:00
2020-05-26 23:36:51 +10:00
2020-07-16 13:12:47 +10:00