Module Name:    src
Committed By:   skrll
Date:           Wed Apr 17 06:11:56 UTC 2024

Modified Files:
        src/sys/arch/riscv/conf: GENERIC.common

Log Message:
Re-enable HEARTBEAT


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 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.13 src/sys/arch/riscv/conf/GENERIC.common:1.14
--- src/sys/arch/riscv/conf/GENERIC.common:1.13	Sat Apr  6 13:42:46 2024
+++ src/sys/arch/riscv/conf/GENERIC.common	Wed Apr 17 06:11:56 2024
@@ -1,5 +1,5 @@
 #
-#	$NetBSD: GENERIC.common,v 1.13 2024/04/06 13:42:46 skrll Exp $
+#	$NetBSD: GENERIC.common,v 1.14 2024/04/17 06:11:56 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

Reply via email to