]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Optimize riscv's cpu_fetch_syscall_args(), making it possible
authortrasz <trasz@FreeBSD.org>
Sat, 3 Oct 2020 13:01:07 +0000 (13:01 +0000)
committertrasz <trasz@FreeBSD.org>
Sat, 3 Oct 2020 13:01:07 +0000 (13:01 +0000)
commit46f49b7c0c130efe27cc9a5457f30714f6ab9434
treeb9ae97b0ab87724b0353391417ef657b9605ee53
parentd3e84222f07e852a3b68eaf26b26ce281969621b
Optimize riscv's cpu_fetch_syscall_args(), making it possible
for the compiler to inline the memcpy.

Reviewed by: arichardson, mhorne
MFC after: 2 weeks
Sponsored by: DARPA
Differential Revision: https://reviews.freebsd.org/D26528
sys/riscv/riscv/trap.c