summaryrefslogtreecommitdiffstats
path: root/sys/powerpc/include/vmparam.h
Commit message (Collapse)AuthorAgeFilesLines
* Cleaned up param.h:grehan2004-02-111-0/+2
| | | | | | | | | | | - culled long-dead #define's - segment register defs moved to sr.h - NPMAPS moved to pmap.h - KERNBASE moved to vmparam.h - removed include of <machine/cpu.h> and fixed src files that relied on this. Modifying segment register code no longer causes gcc rebuilds :-)
* Implement UMA_MD_SMALL_ALLOC, since the BAT registers allow directgrehan2004-01-291-0/+6
| | | | | | | addressing of memory. Makes a substantial improvement for apps that stress the limited amount of KVM on PPC (e.g. untarring the ports tree). uma_machdep.c stolen from amd64/ia64.
* Bring in NetBSD code used in the PowerPC port.benno2001-06-101-0/+124
Reviewed by: obrien, dfr Obtained from: NetBSD
OpenPOWER on IntegriCloud