commit | 80739c2bd29133715d6828e333649a55095f4747 | [log] [tgz] |
---|---|---|
author | Christophe Leroy <christophe.leroy@csgroup.eu> | Mon Aug 17 05:47:55 2020 +0000 |
committer | Michael Ellerman <mpe@ellerman.id.au> | Tue Sep 15 22:13:35 2020 +1000 |
tree | 11a2d51eea750c7b4ae38dcb4d3853dd0f3d9cf5 | |
parent | 60d62bfd24efce1a595d259100b8a4e7a489e834 [diff] |
powerpc/process: Remove useless #ifdef CONFIG_VSX cpu_has_feature(CPU_FTR_VSX) returns false when CONFIG_VSX is not set. There is no need to enclose the test in an #ifdef CONFIG_VSX. Remove it. Signed-off-by: Christophe Leroy <christophe.leroy@csgroup.eu> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au> Link: https://lore.kernel.org/r/0eb61cf0dc66d781d47deb2228498cd61d03a754.1597643221.git.christophe.leroy@csgroup.eu