Re: [PATCH 2/2] arm64: replace _BITUL() with BIT()

From: Will Deacon
Date: Tue Jun 11 2019 - 11:53:08 EST


On Mon, May 27, 2019 at 05:34:12PM +0900, Masahiro Yamada wrote:
> Now that BIT() can be used from assembly code, replace _BITUL() with
> equivalent BIT().
>
> Signed-off-by: Masahiro Yamada <yamada.masahiro@xxxxxxxxxxxxx>
> ---
>
> arch/arm64/include/asm/sysreg.h | 82 ++++++++++++++++-----------------
> 1 file changed, 41 insertions(+), 41 deletions(-)

Acked-by: Will Deacon <will.deacon@xxxxxxx>

Will