Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-9]: src/sys/arch/evbarm/conf Pull up following revision(s) (reque...
details: https://anonhg.NetBSD.org/src/rev/647a6712af40
branches: netbsd-9
changeset: 462603:647a6712af40
user: martin <martin%NetBSD.org@localhost>
date: Thu Oct 03 17:14:47 2019 +0000
description:
Pull up following revision(s) (requested by jmcneill in ticket #273):
sys/arch/evbarm/conf/files.evbarm: revision 1.33
sys/arch/evbarm/conf/GENERIC64: revision 1.108
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 f2333ae71a76 -r 647a6712af40 sys/arch/evbarm/conf/GENERIC64
--- a/sys/arch/evbarm/conf/GENERIC64 Thu Oct 03 17:12:53 2019 +0000
+++ b/sys/arch/evbarm/conf/GENERIC64 Thu Oct 03 17:14:47 2019 +0000
@@ -1,5 +1,5 @@
#
-# $NetBSD: GENERIC64,v 1.103.2.1 2019/09/23 07:04:40 martin Exp $
+# $NetBSD: GENERIC64,v 1.103.2.2 2019/10/03 17:14:47 martin 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 f2333ae71a76 -r 647a6712af40 sys/arch/evbarm/conf/files.evbarm
--- a/sys/arch/evbarm/conf/files.evbarm Thu Oct 03 17:12:53 2019 +0000
+++ b/sys/arch/evbarm/conf/files.evbarm Thu Oct 03 17:14:47 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.32.4.1 2019/10/03 17:14:47 martin 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