Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/amd64/conf amd64: Enable HEARTBEAT option, not just...



details:   https://anonhg.NetBSD.org/src/rev/4294640c205c
branches:  trunk
changeset: 377532:4294640c205c
user:      riastradh <riastradh%NetBSD.org@localhost>
date:      Sat Jul 15 22:16:00 2023 +0000

description:
amd64: Enable HEARTBEAT option, not just a HEARTBEAT option comment.

diffstat:

 sys/arch/amd64/conf/GENERIC |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (29 lines):

diff -r c232217a71d5 -r 4294640c205c sys/arch/amd64/conf/GENERIC
--- a/sys/arch/amd64/conf/GENERIC       Sat Jul 15 22:14:39 2023 +0000
+++ b/sys/arch/amd64/conf/GENERIC       Sat Jul 15 22:16:00 2023 +0000
@@ -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



Home | Main Index | Thread Index | Old Index