OSDN Git Service

powerpc/setup: Remove unnecessary #ifdef CONFIG_ALTIVEC
authorChristophe Leroy <christophe.leroy@c-s.fr>
Fri, 22 Mar 2019 08:08:42 +0000 (08:08 +0000)
committerMichael Ellerman <mpe@ellerman.id.au>
Thu, 2 May 2019 15:58:11 +0000 (01:58 +1000)
commite9e9b25a4c99eec0e678c78124ae79764d8f777a
tree495762a01cb707c11ce3f259d485c4bf4d80901d
parent93f2cd813797baf5590459fb0439c62e873b7748
powerpc/setup: Remove unnecessary #ifdef CONFIG_ALTIVEC

CPU_FTR_ALTIVEC is only set when CONFIG_ALTIVEC is selected, so
the ifdef is unnecessary.

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