NetBSD/sys/arch/pc532/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
..
autoconf.c
clock.c
compat_13_machdep.c make sendsig/sigreturn work with p_sigctx. 2001-01-02 19:16:34 +00:00
conf.c
db_disasm.c make db_[e]regs[] const 2001-01-18 10:54:27 +00:00
db_interface.c
db_memrw.c
db_trace.c adjust ddb variable access functions to have first arch 'const', make db_[e]regs[] const 2001-01-18 10:55:29 +00:00
disksubr.c
genassym.cf
in_cksum.c
intr.c
kgdb_machdep.c
locore.s
machdep.c Sprinkle pmap_update() calls after calls to: 2001-04-24 04:30:50 +00:00
mainbus.c Make softclock a generic soft interrupt of the API is available, 2001-01-15 20:19:50 +00:00
mem.c Sprinkle pmap_update() calls after calls to: 2001-04-24 04:30:50 +00:00
pmap.c Work around the problem that causes kern/12554. Basically, 2001-04-25 16:18:24 +00:00
process_machdep.c
procfs_machdep.c No-op commit to force update to a non-"-kk" revision. 2001-01-18 17:47:58 +00:00
sys_machdep.c
trap.c eliminate the KERN_* error codes in favor of the traditional E* codes. 2001-03-15 06:10:32 +00:00
umprintf.c
vm_machdep.c Sprinkle pmap_update() calls after calls to: 2001-04-24 04:30:50 +00:00