mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2026-05-22 10:37:35 +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
@@ -63,6 +63,8 @@
|
||||
#define JMP_BUF_CNT 12
|
||||
#elif defined(__s390x__)
|
||||
#define JMP_BUF_CNT 18
|
||||
#elif defined(__riscv)
|
||||
#define JMP_BUF_CNT 64
|
||||
#else
|
||||
#define JMP_BUF_CNT 1
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user