Author: philip
Date: Fri Sep 6 01:19:31 2019
New Revision: 351918
URL: https://svnweb.freebsd.org/changeset/base/351918
Log:
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
Modified:
head/sys/kern/subr_param.c
Modified: head/sys/kern/subr_param.c
==============================================================================
--- head/sys/kern/subr_param.c Fri Sep 6 00:06:55 2019 (r351917)
+++ head/sys/kern/subr_param.c Fri Sep 6 01:19:31 2019 (r351918)
@@ -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
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "[email protected]"