Re: [PATCH] powerpc/perf: remove current_is_64bit()

From: Michael Ellerman
Date: Thu Nov 14 2019 - 04:07:57 EST


On Thu, 2019-09-12 at 19:46:33 UTC, Michal Suchanek wrote:
> Since commit ed1cd6deb013 ("powerpc: Activate CONFIG_THREAD_INFO_IN_TASK")
> current_is_64bit() is quivalent to !is_32bit_task().
> Remove the redundant function.
>
> Link: https://github.com/linuxppc/issues/issues/275
> Link: https://lkml.org/lkml/2019/9/12/540
>
> Fixes: linuxppc#275
> Suggested-by: Christophe Leroy <christophe.leroy@xxxxxx>
> Signed-off-by: Michal Suchanek <msuchanek@xxxxxxx>

Applied to powerpc next, thanks.

https://git.kernel.org/powerpc/c/42484d2c0f82b666292faf6668c77b49a3a04bc0

cheers