]> git.baikalelectronics.ru Git - kernel.git/commit
mm, slab: Remove compiler check in __kmalloc_index
authorNathan Chancellor <nathan@kernel.org>
Mon, 29 Nov 2021 16:57:59 +0000 (09:57 -0700)
committerMasahiro Yamada <masahiroy@kernel.org>
Thu, 2 Dec 2021 08:24:51 +0000 (17:24 +0900)
commitf77993736f1363a0cd64c7ff4d2def2826b64307
tree6d124252910a9aaa1712e6c593dcac89b21ba5c6
parent3613805ad196b04b598d39f752e3e42beb7abbd6
mm, slab: Remove compiler check in __kmalloc_index

The minimum supported version of LLVM has been raised to 11.0.0, meaning
this check is always true, so it can be dropped.

Signed-off-by: Nathan Chancellor <nathan@kernel.org>
Reviewed-by: Miguel Ojeda <ojeda@kernel.org>
Reviewed-by: Mark Brown <broonie@kernel.org>
Reviewed-by: Nick Desaulniers <ndesaulniers@google.com>
Reviewed-by: Kees Cook <keescook@chromium.org>
Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
include/linux/slab.h