riscv: default to HZ=100

Most current RISC-V development platforms are not fast enough to benefit
from the increased granularity provided by HZ=1000.

Sponsored by:	Axiado
This commit is contained in:
Philip Paeps 2019-09-06 01:19:31 +00:00
parent 4ce21f37fd
commit 7f0851ab19
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=351918

View File

@ -61,7 +61,7 @@ __FBSDID("$FreeBSD$");
*/
#ifndef HZ
# if defined(__mips__) || defined(__arm__)
# if defined(__mips__) || defined(__arm__) || defined(__riscv)
# define HZ 100
# else
# define HZ 1000