Date: Fri, 24 Aug 2001 19:20:03 -0700 (PDT) From: Peter Wemm <peter@FreeBSD.org> 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 ... Message-ID: <200108250220.f7P2K3I66078@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200108250220.f7P2K3I66078>
