NetBSD/sys/arch
mycroft 4116a4243e Various changes:
* Inline some functions.
* Eliminate redundant calls to pmap_page_index().
* Reduce the number of TLB flushes in accordance with the i386 SSWG.
* Inline pmap_remove() in pmap_remove_all().  (Most if it is unnecessary.)
* Allocate pv_entry's in pages, and keep a list of free entries in each page,
and a list of pages with free entries.  (Trying to reduce malloc() overhead,
and improve locality of reference.)
* Remove a couple of macros that aren't really useful.
* Remove pmap_kernel() completely.
1994-09-07 20:48:52 +00:00
..
amiga cleanup diagnostic messages 1994-08-31 02:13:01 +00:00
da30 Fix for bug pointed out by Chuck Cranor in determining whether we 1994-08-25 06:18:55 +00:00
hp300 Add USPACE. 1994-08-24 19:32:36 +00:00
i386 Various changes: 1994-09-07 20:48:52 +00:00
m68k changes for the new sys_process.c, and some cleanup 1994-08-15 16:37:04 +00:00
mac68k Use vn.h instead of forcing NVN to 0. 1994-08-30 11:04:17 +00:00
mips changes for the new sys_process.c, and some cleanup 1994-08-15 16:37:04 +00:00
pc532 changes for the new sys_process.c, and some cleanup 1994-08-15 16:37:04 +00:00
pmax add USPACE 1994-08-23 19:13:54 +00:00
sparc Compile pamap.c' and cache.c' with normal compiler rules. 1994-09-05 06:31:34 +00:00
sun3 Add USPACE 1994-08-23 21:11:37 +00:00
vax Lots of bug fixes. Generic console support added. Major changes in machdep.c. 1994-08-16 23:47:25 +00:00