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:
parent
0d3102f0b4
commit
51fd65c0bd
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user