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:
parent
1af51473bc
commit
bdc786cc7c
@ -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
|
||||
|
@ -6,4 +6,5 @@ include "GENERIC"
|
||||
|
||||
ident QEMU
|
||||
|
||||
options HZ=100
|
||||
options ROOTDEVNAME=\"ufs:/dev/vtbd0\"
|
||||
|
Loading…
Reference in New Issue
Block a user