Re: [PATCH] xtensa: remove unneeded BITS_PER_LONG define

From: Max Filippov
Date: Thu Jun 27 2019 - 16:37:31 EST


Hi Yamada-san,

On Thu, Jun 27, 2019 at 12:01 AM Masahiro Yamada
<yamada.masahiro@xxxxxxxxxxxxx> wrote:
>
> Xtensa does not define CONFIG_64BIT. The generic definition in
> include/asm-generic/bitsperlong.h should work.
>
> Signed-off-by: Masahiro Yamada <yamada.masahiro@xxxxxxxxxxxxx>
> ---
>
> arch/xtensa/include/asm/types.h | 8 --------
> 1 file changed, 8 deletions(-)

After this change the file arch/xtensa/include/asm/types.h is effectively
empty, only including uapi/asm/types.h. Maybe it should be dropped
altogether?

--
Thanks.
-- Max