freebsd-dev/sys/conf
Julian Elischer 2907af2a96 Mostly remove the VM_STACK OPTION.
This changes the definitions of a few items so that structures are the
same whether or not the option itself is enabled. This allows
people to enable and disable the option without recompilng the world.

As the author says:

|I ran into a problem pulling out the VM_STACK option.  I was aware of this
|when I first did the work, but then forgot about it.  The VM_STACK stuff
|has some code changes in the i386 branch.  There need to be corresponding
|changes in the alpha branch before it can come out completely.

what is done:
|
|1) Pull the VM_STACK option out of the header files it appears in.  This
|really shouldn't affect anything that executes with or without the rest
|of the VM_STACK patches.  The vm_map_entry will then always have one
|extra element (avail_ssize).  It just won't be used if the VM_STACK
|option is not turned on.
|
|I've also pulled the option out of vm_map.c.  This shouldn't harm anything,
|since the routines that are enabled as a result are not called unless
|the VM_STACK option is enabled elsewhere.
|
|2) Add what appears to be appropriate code the the alpha branch, still
|protected behind the VM_STACK switch.  I don't have an alpha machine,
|so we would need to get some testers with alpha machines to try it out.
|
|Once there is some testing, we can consider making the change permanent
|for both i386 and alpha.
|
[..]
|
|Once the alpha code is adequately tested, we can pull VM_STACK out
|everywhere.
|

Submitted by:	"Richard Seaman, Jr." <dick@tar.com>
1999-01-26 02:49:52 +00:00
..
defines
files Terminate commit for the Intel PIIX4 SMBus support. Already committed files 1999-01-25 19:34:27 +00:00
files.alpha Update the alpha port to use the new syscons. 1999-01-23 16:53:30 +00:00
files.i386
files.pc98 Remove 'alog'. 1999-01-20 08:31:56 +00:00
kern.mk
kmod.mk
ldscript.alpha
ldscript.amd64
ldscript.i386
ldscript.powerpc
majors
Makefile.alpha
Makefile.i386 Mostly remove the VM_STACK OPTION. 1999-01-26 02:49:52 +00:00
Makefile.pc98 Sync with sys/i386/conf/Makefile.i386 revision 1.137. 1999-01-25 12:12:01 +00:00
Makefile.powerpc Mostly remove the VM_STACK OPTION. 1999-01-26 02:49:52 +00:00
newvers.sh This is now 4.0-current 1999-01-21 03:07:33 +00:00
nfsswapkernel.c
NOTES Terminate commit for the Intel PIIX4 SMBus support. Already committed files 1999-01-25 19:34:27 +00:00
options Terminate commit for the Intel PIIX4 SMBus support. Already committed files 1999-01-25 19:34:27 +00:00
options.alpha Update the alpha port to use the new syscons. 1999-01-23 16:53:30 +00:00
options.i386 - Remove reference to obsolete options. 1999-01-23 10:51:58 +00:00
options.pc98
param.c
systags.sh