commit | 8f020c7ca300fd60374f0347814c92ea513c24da | [log] [tgz] |
---|---|---|
author | Christophe Leroy <christophe.leroy@csgroup.eu> | Mon Aug 17 05:46:44 2020 +0000 |
committer | Michael Ellerman <mpe@ellerman.id.au> | Tue Sep 15 22:13:34 2020 +1000 |
tree | 2633e8097a76afa80113081431fc99e257727f47 | |
parent | 2ec42996f5b12826466300a755413577b6913206 [diff] |
powerpc/process: Replace #ifdef CONFIG_KALLSYMS by IS_ENABLED() The #ifdef CONFIG_KALLSYMS encloses some printk which can compile in all cases. Replace 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/2d89732a9062b2cf2651728804e4b8f6c9b9358e.1597643164.git.christophe.leroy@csgroup.eu