Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/riscv/conf riscv: Enable HEARTBEAT option in GENERI...
details: https://anonhg.NetBSD.org/src/rev/2808942b7031
branches: trunk
changeset: 377535:2808942b7031
user: skrll <skrll%NetBSD.org@localhost>
date: Sun Jul 16 07:30:54 2023 +0000
description:
riscv: Enable HEARTBEAT option in GENERIC.common
diffstat:
sys/arch/riscv/conf/GENERIC.common | 6 +++++-
1 files changed, 5 insertions(+), 1 deletions(-)
diffs (21 lines):
diff -r 0fe024c80527 -r 2808942b7031 sys/arch/riscv/conf/GENERIC.common
--- a/sys/arch/riscv/conf/GENERIC.common Sun Jul 16 05:24:08 2023 +0000
+++ b/sys/arch/riscv/conf/GENERIC.common Sun Jul 16 07:30:54 2023 +0000
@@ -1,5 +1,5 @@
#
-# $NetBSD: GENERIC.common,v 1.4 2023/06/02 08:51:46 andvar Exp $
+# $NetBSD: GENERIC.common,v 1.5 2023/07/16 07:30:54 skrll Exp $
#
# GENERIC common RISC-V kernel config items shared between 32 and 64
# kernels
@@ -16,6 +16,10 @@ options NTP # NTP phase/frequency lock
options KTRACE # system call tracing via ktrace(1)
+# Heartbeat checks
+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
options SYSVSEM # System V-like semaphores
Home |
Main Index |
Thread Index |
Old Index