riscv: restore default HZ=1000, keep QEMU at HZ=100

This reverts r351918 and r351919.

Discussed with:	br, ian, imp
This commit is contained in:
Philip Paeps 2019-09-07 05:13:31 +00:00
parent 1af51473bc
commit bdc786cc7c
2 changed files with 2 additions and 1 deletions

View File

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

View File

@ -6,4 +6,5 @@ include "GENERIC"
ident QEMU
options HZ=100
options ROOTDEVNAME=\"ufs:/dev/vtbd0\"