summaryrefslogtreecommitdiff
path: root/sys/arch/macppc/include/vmparam.h
AgeCommit message (Collapse)Author
2002-01-07Paranoia on my part, do not let the condition exist where kvm space couldDale Rahn
be claimed by the pre kvm init stealing process and kvm.
2001-12-05VM_KMEM_SIZE no longer needed.Artur Grabowski
2001-11-30Now that pmaps can have vm_page_md, make pmap_physseg optional.Artur Grabowski
2001-11-05Raise the shared memory size to 16MB from 4MB. 4MB is too small for currentDale Rahn
memory machines and current program demands.
2001-09-22Remove more old, dusty, unused defines.Miod Vallat
2001-09-05kvm space is limited by by pmap_virtual_space, Do not play with theDale Rahn
kvm min and max addresses.
2001-09-01The "powerpc" port which has supported the newer Apple Macintosh powerpc basedDale Rahn
is being renamed to macppc. This is to allow sharing of common code between different powerpc base platforms. Most of the work involved in the renaming process was performed by miod@ Files moved from powerpc/include to macppc/include Some files were not "moved" but wrapper files were created which include the powerpc/include version. Several of the powerpc/include files where changed to reflect that they are POWERPC_* not MACHINE_*.