NetBSD/sys/arch/pc532
thorpej d7e12660a3 Work around the problem that causes kern/12554. Basically,
there are some pathological cases that cause pmap_page_protect()
to be called on a wired page to revoke all mappings.  We
need to skip mappings that are actually wired to prevent Bad
things from happening later.

THIS IS JUST A WORK-AROUND.  We need to prevent the pathological
behavior from happening in UVM to begin with.  But it's unclear
what the right solution is there, right now.
2001-04-25 16:18:24 +00:00
..
compile
conf Add machdep file for procfs. Currently only used for linux-style 2001-01-17 00:07:18 +00:00
dev Remove the use of splimp() from the NetBSD kernel. splnet() 2001-04-13 23:29:55 +00:00
fpu expose the definitions of MIN() and MAX() in sys/param.h to the kernel 2001-02-05 10:42:40 +00:00
include Undo a misguided previous change to the pmap_update() API. 2001-04-22 23:19:26 +00:00
pc532 Work around the problem that causes kern/12554. Basically, 2001-04-25 16:18:24 +00:00
stand add new macro BOOT_FLAG() (defined in <sys/boot_flag.h>) - this 2000-09-24 12:32:31 +00:00
Makefile
To.Do