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/ALL: Turn on heartbeat checks.



details:   https://anonhg.NetBSD.org/src/rev/1e2b3344a5ff
branches:  trunk
changeset: 377321:1e2b3344a5ff
user:      riastradh <riastradh%NetBSD.org@localhost>
date:      Fri Jul 07 12:46:50 2023 +0000

description:
amd64/ALL: Turn on heartbeat checks.

diffstat:

 sys/arch/amd64/conf/ALL |  8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)

diffs (29 lines):

diff -r daef80317129 -r 1e2b3344a5ff sys/arch/amd64/conf/ALL
--- a/sys/arch/amd64/conf/ALL   Fri Jul 07 12:34:49 2023 +0000
+++ b/sys/arch/amd64/conf/ALL   Fri Jul 07 12:46:50 2023 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: ALL,v 1.177 2023/02/09 14:09:48 abs Exp $
+# $NetBSD: ALL,v 1.178 2023/07/07 12:46:50 riastradh Exp $
 # From NetBSD: GENERIC,v 1.787 2006/10/01 18:37:54 bouyer Exp
 #
 # ALL machine description file
@@ -17,7 +17,7 @@ include       "arch/amd64/conf/std.amd64"
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident         "ALL-$Revision: 1.177 $"
+#ident         "ALL-$Revision: 1.178 $"
 
 maxusers       64              # estimated number of users
 
@@ -142,6 +142,10 @@ options            KCOV
 # Fault Injection Driver.
 options        FAULT
 
+# Heartbeat checks
+options        HEARTBEAT
+options        HEARTBEAT_MAX_PERIOD_DEFAULT=15
+
 # Compatibility options
 options        EXEC_AOUT       # required by binaries from before 1.5
 options        COMPAT_386BSD_MBRPART # recognize old partition ID



Home | Main Index | Thread Index | Old Index