summaryrefslogtreecommitdiff
path: root/sys/arch/powerpc/include/vmparam.h
AgeCommit message (Expand)Author
2014-01-25delete VM_DEFAULT_ADDRESS; some of those should be GC'ed because they matchchristos
2012-02-23Export MIN_PAGE_SIZE and MAX_PAGE_SIZE for modular kernels.matt
2011-06-20Readd powerpc/include/vmparam.h to the set listsmatt
2011-06-20PowerPC now exports a common view of cpu.h, vmparam.h and pmap.hmatt
2011-06-20Don't export USER_SR if _MODULE is defined.matt
2000-02-16Unused. (PR 9424)tsubai
2000-02-11Update for the NKMEMPAGES changes.thorpej
1999-12-04CL* discarding.ragge
1999-05-02Garbage-collect VM_MBUF_SIZE leftover.kleink
1999-03-23VM_MBUF_SIZE is in terms of MCLBYTES, not CLBYTES.thorpej
1999-01-16MNN is no longer optional, remove old codechuck
1998-08-31vm_offset_t --> [pv]addr_ttsubai
1998-07-08Define one page free list, and put all pages on it.thorpej
1998-06-05Merge in MACHINE_NEW_NONCONTIG support and some fix from Tsubai-San.sakamoto
1998-02-18Fix typo.mycroft
1997-06-12bring mrg-vm-swap2 onto mainilne.mrg
1997-04-16Always define MACHINE_NONCONTIG.thorpej
1996-09-30PowerPC portws