From 780ea96b9ae9cf7760e17de70508d00a8401c6e0 Mon Sep 17 00:00:00 2001 From: Andreas Klemm Date: Wed, 16 Sep 1998 18:27:45 +0000 Subject: [PATCH] sync with GENERIC file, raise maxusers variable from '10' to '32' --- sys/i386/conf/SMP-GENERIC | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/i386/conf/SMP-GENERIC b/sys/i386/conf/SMP-GENERIC index f0a5ddfd3a7d..c22f92a2f6c4 100644 --- a/sys/i386/conf/SMP-GENERIC +++ b/sys/i386/conf/SMP-GENERIC @@ -11,7 +11,7 @@ # device lines is present in the ./LINT configuration file. If you are # in doubt as to the purpose or necessity of a line, check first in LINT. # -# $Id: SMP-GENERIC,v 1.12 1998/04/29 06:58:43 max Exp $ +# $Id: SMP-GENERIC,v 1.13 1998/09/15 10:01:13 gibbs Exp $ machine "i386" # SMP does NOT support 386/486 CPUs. @@ -21,7 +21,7 @@ machine "i386" cpu "I586_CPU" cpu "I686_CPU" ident SMP-GENERIC -maxusers 10 +maxusers 32 # Create a SMP capable kernel (mandatory options): options SMP # Symmetric MultiProcessor Kernel