diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2021-06-29 17:49:50 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2021-06-29 17:49:50 +0000 |
commit | e2faf951ddb24b71c304f2ecd461fde866f125ac (patch) | |
tree | a9c896bded873e6e1305261b95cb6c04726565d0 /sys/arch/riscv64 | |
parent | b15c24a9835b1e8313a800963cb4ced6045fc791 (diff) |
sync maxusers with other 64bits architectures. ok kettenis@, deraadt@.
Diffstat (limited to 'sys/arch/riscv64')
-rw-r--r-- | sys/arch/riscv64/conf/GENERIC | 4 | ||||
-rw-r--r-- | sys/arch/riscv64/conf/files.riscv64 | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sys/arch/riscv64/conf/GENERIC b/sys/arch/riscv64/conf/GENERIC index 00f8fc4d058..544a2521d0f 100644 --- a/sys/arch/riscv64/conf/GENERIC +++ b/sys/arch/riscv64/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.24 2021/06/25 19:27:40 matthieu Exp $ +# $OpenBSD: GENERIC,v 1.25 2021/06/29 17:49:49 matthieu Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -11,7 +11,7 @@ machine riscv64 include "../../../conf/GENERIC" -maxusers 32 +maxusers 80 option PCIVERBOSE option USER_PCICONF diff --git a/sys/arch/riscv64/conf/files.riscv64 b/sys/arch/riscv64/conf/files.riscv64 index 8b50b28ef96..59cde247d1d 100644 --- a/sys/arch/riscv64/conf/files.riscv64 +++ b/sys/arch/riscv64/conf/files.riscv64 @@ -1,8 +1,8 @@ -# $OpenBSD: files.riscv64,v 1.15 2021/06/25 19:27:40 matthieu Exp $ +# $OpenBSD: files.riscv64,v 1.16 2021/06/29 17:49:49 matthieu Exp $ # Standard stanzas config(8) can't run without maxpartitions 16 -maxusers 2 8 64 +maxusers 2 8 128 # Major number for block devices, for ``root on'' lines major { sd = 0 } |