Re: [PATCH v1] powerpc/process: Replace an #ifdef CONFIG_PPC_47x by IS_ENABLED()

2020-09-17 Thread Michael Ellerman
On Mon, 17 Aug 2020 05:46:41 + (UTC), Christophe Leroy wrote: > isync() is always defined, no need for an #ifdef. > > Replace it by IS_ENABLED(CONFIG_PPC_47x). Applied to powerpc/next. [1/1] powerpc/process: Replace an #ifdef CONFIG_PPC_47x by IS_ENABLED() https://git.kernel.org/powerp

[PATCH v1] powerpc/process: Replace an #ifdef CONFIG_PPC_47x by IS_ENABLED()

2020-08-16 Thread Christophe Leroy
isync() is always defined, no need for an #ifdef. Replace it by IS_ENABLED(CONFIG_PPC_47x). Signed-off-by: Christophe Leroy --- arch/powerpc/kernel/process.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/arch/powerpc/kernel/process.c b/arch/powerpc/kernel/process.c in