Wed Apr 17 06:11:56 2024 UTC (22d)
Re-enable HEARTBEAT


(skrll)
diff -r1.13 -r1.14 src/sys/arch/riscv/conf/GENERIC.common

cvs diff -r1.13 -r1.14 src/sys/arch/riscv/conf/GENERIC.common (expand / switch to unified diff)

--- src/sys/arch/riscv/conf/GENERIC.common 2024/04/06 13:42:46 1.13
+++ src/sys/arch/riscv/conf/GENERIC.common 2024/04/17 06:11:56 1.14
@@ -1,34 +1,34 @@ @@ -1,34 +1,34 @@
1# 1#
2# $NetBSD: GENERIC.common,v 1.13 2024/04/06 13:42:46 skrll Exp $ 2# $NetBSD: GENERIC.common,v 1.14 2024/04/17 06:11:56 skrll Exp $
3# 3#
4# GENERIC common RISC-V kernel config items shared between 32 and 64 4# GENERIC common RISC-V kernel config items shared between 32 and 64
5# kernels 5# kernels
6# 6#
7 7
8maxusers 64 # estimated number of users 8maxusers 64 # estimated number of users
9 9
10options FDT 10options FDT
11options MULTIPROCESSOR 11options MULTIPROCESSOR
12 12
13# Standard system options 13# Standard system options
14options FPE # Floating-point extension support 14options FPE # Floating-point extension support
15options NTP # NTP phase/frequency locked loop 15options NTP # NTP phase/frequency locked loop
16 16
17options KTRACE # system call tracing via ktrace(1) 17options KTRACE # system call tracing via ktrace(1)
18 18
19# Heartbeat checks 19# Heartbeat checks
20#options HEARTBEAT 20options HEARTBEAT
21#options HEARTBEAT_MAX_PERIOD_DEFAULT=15 21options HEARTBEAT_MAX_PERIOD_DEFAULT=15
22 22
23# Note: SysV IPC parameters could be changed dynamically, see sysctl(8). 23# Note: SysV IPC parameters could be changed dynamically, see sysctl(8).
24options SYSVMSG # System V-like message queues 24options SYSVMSG # System V-like message queues
25options SYSVSEM # System V-like semaphores 25options SYSVSEM # System V-like semaphores
26options SYSVSHM # System V-like memory sharing 26options SYSVSHM # System V-like memory sharing
27 27
28options MODULAR # new style module(7) framework 28options MODULAR # new style module(7) framework
29options MODULAR_DEFAULT_AUTOLOAD 29options MODULAR_DEFAULT_AUTOLOAD
30options USERCONF # userconf(4) support 30options USERCONF # userconf(4) support
31#options PIPE_SOCKETPAIR # smaller, but slower pipe(2) 31#options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
32options SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel 32options SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel
33 33
34# Alternate buffer queue strategies for better responsiveness under high 34# Alternate buffer queue strategies for better responsiveness under high