From owner-cvs-all Fri Aug 24 19:41:40 2001 Delivered-To: cvs-all@freebsd.org Received: from InterJet.elischer.org (c421509-a.pinol1.sfba.home.com [24.7.86.9]) by hub.freebsd.org (Postfix) with ESMTP id AEC0B37B40E; Fri, 24 Aug 2001 19:41:25 -0700 (PDT) (envelope-from julian@elischer.org) Received: from localhost (localhost.elischer.org [127.0.0.1]) by InterJet.elischer.org (8.9.1a/8.9.1) with ESMTP id TAA61282; Fri, 24 Aug 2001 19:57:15 -0700 (PDT) Date: Fri, 24 Aug 2001 19:57:15 -0700 (PDT) From: Julian Elischer To: Peter Wemm Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/conf options.i386 options.pc98 src/sys/i386/conf GENERIC NOTES src/sys/i386/i386 genassym.c machdep.c mp_machdep.c pmap.c sys_machdep.c vm_machdep.c src/sys/i386/include privatespace.h globaldata.h param.h ... In-Reply-To: <200108250220.f7P2K3I66078@freefall.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG This doesn't mean that people should go allocating 2K structures in their ata drivers etc. On Fri, 24 Aug 2001, Peter Wemm wrote: > peter 2001/08/24 19:20:03 PDT > > Modified files: > sys/conf options.i386 options.pc98 > sys/i386/conf GENERIC NOTES > sys/i386/i386 genassym.c machdep.c mp_machdep.c pmap.c > sys_machdep.c vm_machdep.c > sys/i386/include globaldata.h param.h > sys/kern imgact_aout.c > sys/pc98/i386 machdep.c > Added files: > sys/i386/include privatespace.h > Log: > Optionize UPAGES for the i386. As part of this I split some of the low > level implementation stuff out of machine/globaldata.h to avoid exposing > UPAGES to lots more places. The end result is that we can double > the kernel stack size with 'options UPAGES=4' etc. > > This is mainly being done for the benefit of a MFC to RELENG_4 at some > point. -current doesn't really need this so much since each interrupt > runs on its own kstack. > > Revision Changes Path > 1.153 +2 -1 src/sys/conf/options.i386 > 1.126 +2 -1 src/sys/conf/options.pc98 > 1.317 +4 -2 src/sys/i386/conf/GENERIC > 1.946 +2 -1 src/sys/i386/conf/NOTES > 1.113 +3 -1 src/sys/i386/i386/genassym.c > 1.476 +5 -1 src/sys/i386/i386/machdep.c > 1.162 +3 -1 src/sys/i386/i386/mp_machdep.c > 1.287 +2 -1 src/sys/i386/i386/pmap.c > 1.61 +3 -1 src/sys/i386/i386/sys_machdep.c > 1.168 +2 -1 src/sys/i386/i386/vm_machdep.c > 1.29 +1 -21 src/sys/i386/include/globaldata.h > 1.61 +4 -1 src/sys/i386/include/param.h > 1.70 +3 -1 src/sys/kern/imgact_aout.c > 1.240 +5 -1 src/sys/pc98/i386/machdep.c > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message