From 7f0b97094876a0f07369e7d7af65287aa9f8b9fd Mon Sep 17 00:00:00 2001 From: Philip Paeps Date: Fri, 6 Sep 2019 01:22:16 +0000 Subject: [PATCH] QEMU: use default HZ HZ=100 by default on riscv since r351918. --- sys/riscv/conf/QEMU | 1 - 1 file changed, 1 deletion(-) diff --git a/sys/riscv/conf/QEMU b/sys/riscv/conf/QEMU index 34a52e41c3ee..7abe44bdab58 100644 --- a/sys/riscv/conf/QEMU +++ b/sys/riscv/conf/QEMU @@ -6,5 +6,4 @@ include "GENERIC" ident QEMU -options HZ=100 options ROOTDEVNAME=\"ufs:/dev/vtbd0\"