Module Name: src
Committed By: skrll
Date: Sun Feb 11 09:07:49 UTC 2024
Modified Files:
src/sys/arch/riscv/conf: GENERIC.common
Log Message:
Turn off HEARTBEAT
To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/sys/arch/riscv/conf/GENERIC.common
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/arch/riscv/conf/GENERIC.common
diff -u src/sys/arch/riscv/conf/GENERIC.common:1.10 src/sys/arch/riscv/conf/GENERIC.common:1.11
--- src/sys/arch/riscv/conf/GENERIC.common:1.10 Mon Jan 29 18:27:14 2024
+++ src/sys/arch/riscv/conf/GENERIC.common Sun Feb 11 09:07:49 2024
@@ -1,5 +1,5 @@
#
-# $NetBSD: GENERIC.common,v 1.10 2024/01/29 18:27:14 christos Exp $
+# $NetBSD: GENERIC.common,v 1.11 2024/02/11 09:07:49 skrll Exp $
#
# GENERIC common RISC-V kernel config items shared between 32 and 64
# kernels
@@ -17,8 +17,8 @@ options NTP # NTP phase/frequency lock
options KTRACE # system call tracing via ktrace(1)
# Heartbeat checks
-options HEARTBEAT
-options HEARTBEAT_MAX_PERIOD_DEFAULT=15
+#options HEARTBEAT
+#options HEARTBEAT_MAX_PERIOD_DEFAULT=15
# Note: SysV IPC parameters could be changed dynamically, see sysctl(8).
options SYSVMSG # System V-like message queues