Restore configuration for RISC-V.

This commit is contained in:
Ruslan Bukin 2016-03-01 17:43:06 +00:00
parent 8a4ba03859
commit ac8f9de31a
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=296271

View File

@ -254,6 +254,9 @@ typedef unsigned szind_t;
# ifdef __powerpc__
# define LG_QUANTUM 4
# endif
# ifdef __riscv__
# define LG_QUANTUM 4
# endif
# ifdef __s390__
# define LG_QUANTUM 4
# endif