]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Add loongarch64 support
authorHan Gao <rabenda.cn@gmail.com>
Tue, 25 Apr 2023 23:05:45 +0000 (07:05 +0800)
committerGitHub <noreply@github.com>
Tue, 25 Apr 2023 23:05:45 +0000 (16:05 -0700)
commit6d59d5df9808902a3cb6064605c753ec2ab8d2d7
tree3918ec91a32fc382f4462380e447955c7a331e75
parent6b6aaf6dc2e65c63c74fbd7840c14627e9a91ce2
Add loongarch64 support

Add loongarch64 definitions & lua module setjmp asm

LoongArch is a new RISC ISA, which is a bit like MIPS or RISC-V.

Reviewed-by: Richard Yao <richard.yao@alumni.stonybrook.edu>
Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Signed-off-by: Han Gao <gaohan@uniontech.com>
Signed-off-by: WANG Xuerui <xen0n@gentoo.org>
Closes #13422
include/os/linux/spl/sys/isa_defs.h
lib/libspl/include/sys/isa_defs.h
module/lua/ldo.c
module/lua/setjmp/setjmp.S
module/lua/setjmp/setjmp_loongarch64.S [new file with mode: 0644]