Module Name:    src
Committed By:   riastradh
Date:           Sat Jul 15 22:16:00 UTC 2023

Modified Files:
        src/sys/arch/amd64/conf: GENERIC

Log Message:
amd64: Enable HEARTBEAT option, not just a HEARTBEAT option comment.


To generate a diff of this commit:
cvs rdiff -u -r1.603 -r1.604 src/sys/arch/amd64/conf/GENERIC

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/amd64/conf/GENERIC
diff -u src/sys/arch/amd64/conf/GENERIC:1.603 src/sys/arch/amd64/conf/GENERIC:1.604
--- src/sys/arch/amd64/conf/GENERIC:1.603	Sat Jul 15 22:14:39 2023
+++ src/sys/arch/amd64/conf/GENERIC	Sat Jul 15 22:16:00 2023
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.603 2023/07/15 22:14:39 riastradh Exp $
+# $NetBSD: GENERIC,v 1.604 2023/07/15 22:16:00 riastradh Exp $
 #
 # GENERIC machine description file
 #
@@ -22,7 +22,7 @@ include 	"arch/amd64/conf/std.amd64"
 
 options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
 
-#ident		"GENERIC-$Revision: 1.603 $"
+#ident		"GENERIC-$Revision: 1.604 $"
 
 maxusers	64		# estimated number of users
 
@@ -172,8 +172,8 @@ options 	KDTRACE_HOOKS	# kernel DTrace h
 #options 	FAULT
 
 # Heartbeat checks
-#options 	HEARTBEAT
-#options 	HEARTBEAT_MAX_PERIOD_DEFAULT=15
+options 	HEARTBEAT
+options 	HEARTBEAT_MAX_PERIOD_DEFAULT=15
 
 # Compatibility options
 # x86_64 never shipped with a.out binaries; the two options below are

Reply via email to