[PATCH v3 1/1] arm64: remove unnecessary ifdefs around is_compat_task()

Catalin Marinas catalin.marinas at arm.com
Wed Feb 28 10:57:26 PST 2024


On Tue, 09 Jan 2024 00:46:50 -0300, Leonardo Bras wrote:
> Currently some parts of the codebase will test for CONFIG_COMPAT before
> testing is_compat_task().
> 
> is_compat_task() is a inlined function only present on CONFIG_COMPAT.
> On the other hand, for !CONFIG_COMPAT, we have in linux/compat.h:
> 
>  #define is_compat_task() (0)
> 
> [...]

Applied to arm64 (for-next/misc), thanks!

[1/1] arm64: remove unnecessary ifdefs around is_compat_task()
      https://git.kernel.org/arm64/c/1984c805461f

-- 
Catalin




More information about the linux-arm-kernel mailing list