NetBSD/sys/arch/cats/include
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
..
Makefile Make <sysarch.h> valid for all arm platforms. Adjust/remove port-specific 2001-07-14 00:23:09 +00:00
bootconfig.h Tidy up bootconfig, only needs the footbridge section on cats. 2001-06-21 22:08:28 +00:00
conf.h
cyclone_boot.h Remove defopt EBSA285. 2001-06-20 22:14:32 +00:00
frame.h
intr.h
irqhandler.h
joystick.h
katelib.h
kerndebug.h
param.h Revert back to arm32 (for now). 2001-06-12 18:02:20 +00:00
pcb.h
pci_machdep.h
pmap.h
psl.h
rtc.h
types.h
vmparam.h Checking a whole host of pmap changes: 2001-08-11 13:20:19 +00:00