Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/evbarm/conf Increase maxusers to 64 for 64-bit kernels
details: https://anonhg.NetBSD.org/src/rev/555b5f9d1ea7
branches: trunk
changeset: 1003796:555b5f9d1ea7
user: jmcneill <jmcneill%NetBSD.org@localhost>
date: Tue Oct 01 10:08:05 2019 +0000
description:
Increase maxusers to 64 for 64-bit kernels
diffstat:
sys/arch/evbarm/conf/GENERIC64 | 4 +++-
sys/arch/evbarm/conf/files.evbarm | 4 ++--
2 files changed, 5 insertions(+), 3 deletions(-)
diffs (35 lines):
diff -r 1869e2fe7f4b -r 555b5f9d1ea7 sys/arch/evbarm/conf/GENERIC64
--- a/sys/arch/evbarm/conf/GENERIC64 Tue Oct 01 10:04:11 2019 +0000
+++ b/sys/arch/evbarm/conf/GENERIC64 Tue Oct 01 10:08:05 2019 +0000
@@ -1,5 +1,5 @@
#
-# $NetBSD: GENERIC64,v 1.107 2019/09/21 14:04:12 jmcneill Exp $
+# $NetBSD: GENERIC64,v 1.108 2019/10/01 10:08:05 jmcneill Exp $
#
# GENERIC ARM (aarch64) kernel
#
@@ -8,6 +8,8 @@
include "arch/evbarm/conf/files.generic64"
include "arch/evbarm/conf/GENERIC.common"
+maxusers 64
+
#
# FDT files supported by this kernel - add to DTSSUBDIR and DTS as
# appropriate
diff -r 1869e2fe7f4b -r 555b5f9d1ea7 sys/arch/evbarm/conf/files.evbarm
--- a/sys/arch/evbarm/conf/files.evbarm Tue Oct 01 10:04:11 2019 +0000
+++ b/sys/arch/evbarm/conf/files.evbarm Tue Oct 01 10:08:05 2019 +0000
@@ -1,10 +1,10 @@
-# $NetBSD: files.evbarm,v 1.32 2018/10/21 00:42:06 jmcneill Exp $
+# $NetBSD: files.evbarm,v 1.33 2019/10/01 10:08:05 jmcneill Exp $
#
# First try for arm-specific configuration info
#
maxpartitions 8
-maxusers 2 8 64
+maxusers 2 8 128
# Maintain Interrupt statistics
defflag IRQSTATS
Home |
Main Index |
Thread Index |
Old Index