]> git.ipfire.org Git - thirdparty/linux.git/commit
riscv: Replace direct thread flag check with is_compat_task()
authorLeonardo Bras <leobras@redhat.com>
Wed, 3 Jan 2024 16:00:20 +0000 (13:00 -0300)
committerPalmer Dabbelt <palmer@rivosinc.com>
Tue, 19 Mar 2024 23:39:37 +0000 (16:39 -0700)
commit9dc30419248f78dfebea7a554ec212dd1d82f8d7
tree3e1f3ee5f0a6450982d05c227a899c423048b2d7
parent6be7ee4bebd14b8e7e040a5e7fd6aec3d9167c72
riscv: Replace direct thread flag check with is_compat_task()

There is some code that detects compat mode into a task by checking the
flag directly, and other code that check using the helper is_compat_task().

Since the helper already exists, use it instead of checking the flags
directly.

Signed-off-by: Leonardo Bras <leobras@redhat.com>
Link: https://lore.kernel.org/r/20240103160024.70305-4-leobras@redhat.com
Signed-off-by: Palmer Dabbelt <palmer@rivosinc.com>
arch/riscv/include/asm/elf.h
arch/riscv/include/asm/pgtable.h