NetBSD/sys/arch/dnard
chris 191de4d242 Checking a whole host of pmap changes:
Improved locking (not that we actually use it on a uniprocessor, but one day :)
Removed unneeded splvm's
tweaked pmap_clean_page code to only flush the cache if the page is mapped in the current pmap  (based on diff from richard E)
Adopted pv entry allocation mechanism from i386.
Laid framework for returning ptp's when we've finished with them rather than holding onto them till the process exits.
ptp's are now allocated with a uvm object for the pmap, means that we can walk a list to free them off in pmap_release, until they get freed off by pmap_remove.

Also implemented a page zeroing function when the processor is idling.  Note that hpcarm may wish to disable this.

I believe this code to be stable, if anyone has any problems please shout up.
2001-08-11 13:20:19 +00:00
..
compile
conf This is needed anymore and should have been removed a while ago. 2001-07-29 00:35:41 +00:00
dnard Remove opt_footbridge from conf.c 2001-07-29 00:34:44 +00:00
include Checking a whole host of pmap changes: 2001-08-11 13:20:19 +00:00
isa Add isa_machdep.c for dnard 2001-05-09 15:58:50 +00:00
ofw bcopy -> memmove, bzero -> memset, bcmp -> memcmp 2001-07-22 15:26:47 +00:00
Makefile