powerpc/mm: remove unnecessary #ifdef CONFIG_PPC64
authorChristophe Leroy <christophe.leroy@c-s.fr>
Thu, 25 Apr 2019 14:29:32 +0000 (14:29 +0000)
committerMichael Ellerman <mpe@ellerman.id.au>
Thu, 2 May 2019 15:20:22 +0000 (01:20 +1000)
commitb4baad0b2712471740c58a1bc9578ab057af7514
tree11a7963f79d093f224f0eec7bb5ba927d0eae326
parent877461210ea1c92f159bf261924e58d7d27edadc
powerpc/mm: remove unnecessary #ifdef CONFIG_PPC64

For PPC32 that's a noop, gcc should be smart enough to ignore it.

Signed-off-by: Christophe Leroy <christophe.leroy@c-s.fr>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
arch/powerpc/mm/slice.c