]> Git Repo - linux.git/commit
riscv: compat: Add basic compat data type implementation
authorGuo Ren <[email protected]>
Tue, 5 Apr 2022 07:13:03 +0000 (15:13 +0800)
committerPalmer Dabbelt <[email protected]>
Tue, 26 Apr 2022 20:36:12 +0000 (13:36 -0700)
commit06d0e3723647610936660c3c2a144c6243367c3c
treed894913aaf4d75537450ce2c0ef6c58e7f880df7
parent72f045d19f25f19be6d7682d5b1d948e20580817
riscv: compat: Add basic compat data type implementation

Implement riscv asm/compat.h for struct compat_xxx,
is_compat_task, compat_user_regset, regset convert.

The rv64 compat.h has inherited most of the structs
from the generic one.

Signed-off-by: Guo Ren <[email protected]>
Signed-off-by: Guo Ren <[email protected]>
Tested-by: Heiko Stuebner <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Palmer Dabbelt <[email protected]>
arch/riscv/include/asm/compat.h [new file with mode: 0644]
arch/riscv/include/asm/thread_info.h
This page took 0.046299 seconds and 4 git commands to generate.