mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2026-05-24 19:28:53 +03:00
Preliminary support for RV64G
This adds basic support for RISC-V, specifically RV64G. Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Signed-off-by: Romain Dolbeau <romain.dolbeau@european-processor-initiative.eu> Closes #9540
This commit is contained in:
committed by
Brian Behlendorf
parent
27ece2ee4d
commit
4254e40729
@@ -14,4 +14,6 @@
|
||||
#include "setjmp_mips.S"
|
||||
#elif defined(__s390x__)
|
||||
#include "setjmp_s390x.S"
|
||||
#elif defined(__riscv)
|
||||
#include "setjmp_rv64g.S"
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user