From owner-cvs-all Fri Aug 24 19:20:14 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 49AC937B403; Fri, 24 Aug 2001 19:20:03 -0700 (PDT) (envelope-from peter@FreeBSD.org) Received: (from peter@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7P2K3I66078; Fri, 24 Aug 2001 19:20:03 -0700 (PDT) (envelope-from peter) Message-Id: <200108250220.f7P2K3I66078@freefall.freebsd.org> From: Peter Wemm Date: Fri, 24 Aug 2001 19:20:03 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: 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 ... X-FreeBSD-CVS-Branch: HEAD 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 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