]> git.baikalelectronics.ru Git - kernel.git/commit
sh: use __builtin_constant_p() directly instead of IS_IMMEDIATE()
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Tue, 23 Jul 2019 07:49:43 +0000 (16:49 +0900)
committerMasahiro Yamada <masahiroy@kernel.org>
Wed, 8 Apr 2020 15:01:58 +0000 (00:01 +0900)
commit36e901e6c758c25f4d7e8f06a48c6f9dca63c54f
treef04b744cc8296169dd6acf12dfba14dcf777ce24
parent2a0e90f2f6d77308b54a14fe174104ffdeb41ce3
sh: use __builtin_constant_p() directly instead of IS_IMMEDIATE()

__builtin_constant_p(nr) is used everywhere now. It does not make
much sense to define IS_IMMEDIATE() as its alias.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
arch/sh/include/asm/bitops-op32.h