commit | e9e9b25a4c99eec0e678c78124ae79764d8f777a | [log] [tgz] |
---|---|---|
author | Christophe Leroy <christophe.leroy@c-s.fr> | Fri Mar 22 08:08:42 2019 +0000 |
committer | Michael Ellerman <mpe@ellerman.id.au> | Fri May 03 01:58:11 2019 +1000 |
tree | 495762a01cb707c11ce3f259d485c4bf4d80901d | |
parent | 93f2cd813797baf5590459fb0439c62e873b7748 [diff] |
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>