powerpc/mm: Remove useless #ifndef CPU_FTR_COHERENT_ICACHE in mem.c
authorChristophe Leroy <christophe.leroy@csgroup.eu>
Mon, 12 Oct 2020 08:02:30 +0000 (08:02 +0000)
committerMichael Ellerman <mpe@ellerman.id.au>
Thu, 3 Dec 2020 14:01:33 +0000 (01:01 +1100)
commit1a1be322178ca8097abeee244262ce0da5b519a9
treed3bcfca576bef7a51b8d91fb5a138f903fc8b1d9
parent197493af414ee22427be3343637ac290a791925a
powerpc/mm: Remove useless #ifndef CPU_FTR_COHERENT_ICACHE in mem.c

Since commit 10b35d9978ac ("[PATCH] powerpc: merged asm/cputable.h"),
CPU_FTR_COHERENT_ICACHE has always been defined.

Remove the #ifndef CPU_FTR_COHERENT_ICACHE block.

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