NetBSD/sys/arch/sun3
gwr 7190ad9936 Fix a major bug in pmap_remove_kernel() that causd the removal of
one page too many (worse, it unmapped our stack page... Ouch!)
Also, use loadcrp() and such instead of calling pmap_activate
in various places so we have more control over TLB flush.
Now pmap_activate() is called only by locore (and that call is
done only if PMAP_DEBUG is defined).  Other minor clean-up...
1997-02-16 19:38:08 +00:00
..
conf Add sun3/regdump.c 1997-02-14 20:10:50 +00:00
dev Reorganize/simplify the way the memory layout is done. 1997-02-13 20:48:36 +00:00
include Define pmap_resident_count(), pmap_wired_count() as 1997-02-14 03:55:33 +00:00
stand Kill a type-cast. 1997-02-05 17:44:59 +00:00
sun3 Moved regdump() and friends to sun3/regdump.c 1997-02-14 20:09:14 +00:00
sun3x Fix a major bug in pmap_remove_kernel() that causd the removal of 1997-02-16 19:38:08 +00:00
Makefile