commit | ba32f4b02105e57627912b42e141d65d90074c64 | [log] [tgz] |
---|---|---|
author | Christophe Leroy <christophe.leroy@c-s.fr> | Wed Jan 29 19:50:07 2020 +0000 |
committer | Michael Ellerman <mpe@ellerman.id.au> | Wed Feb 19 21:07:09 2020 +1100 |
tree | c7b0aed68b3cb64c81e4148400d050dcb83fe4ba | |
parent | 72c4ebbac476b8375e69fd09390e6b64c2891716 [diff] |
powerpc/process: Remove unneccessary #ifdef CONFIG_PPC64 in copy_thread_tls() is_32bit_task() exists on both PPC64 and PPC32, no need of an ifdefery. Signed-off-by: Christophe Leroy <christophe.leroy@c-s.fr> Reviewed-by: Michal Suchanek <msuchanek@suse.de> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au> Link: https://lore.kernel.org/r/6ecbda05b4119c40222dc8ec284604e1597c9bff.1580327381.git.christophe.leroy@c-s.fr