powerpc/process: Replace an #ifdef CONFIG_PPC_47x by IS_ENABLED()
authorChristophe Leroy <christophe.leroy@csgroup.eu>
Mon, 17 Aug 2020 05:46:41 +0000 (05:46 +0000)
committerMichael Ellerman <mpe@ellerman.id.au>
Tue, 15 Sep 2020 12:13:33 +0000 (22:13 +1000)
commit04d476bfbb06426fef2985c8e53578bb04596a6f
treeb6f89faf7f50c1a9cabfec5675a89c249fc05863
parentda7bb43ab9da39bcfed0d146ce94e1f0cbae4ca0
powerpc/process: Replace an #ifdef CONFIG_PPC_47x by IS_ENABLED()

isync() is always defined, no need for an #ifdef.

Replace it by IS_ENABLED(CONFIG_PPC_47x).

Signed-off-by: Christophe Leroy <christophe.leroy@csgroup.eu>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://lore.kernel.org/r/ac8da0e3baa91dda805e1e492fd65aecd90c1fb5.1597643156.git.christophe.leroy@csgroup.eu
arch/powerpc/kernel/process.c