NetBSD/sys/arch/sh3/sh3
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
..
Locore.c remove include of <vm/vm.h>. <vm/vm.h> -> <uvm/uvm_extern.h> 2000-06-29 07:44:02 +00:00
clock.c dreamcast clock module was separated. 2001-04-23 11:20:41 +00:00
coff_exec.c #ifdef sh3 --> #ifdef __sh3__. 2001-01-22 08:18:06 +00:00
compat_13_machdep.c split off thread specific stuff from struct sigacts to struct sigctx, leaving 2000-12-22 22:58:52 +00:00
db_disasm.c Disassembly support in DDB. 2000-09-04 23:02:42 +00:00
db_interface.c DDB single step and stack trace support. 2000-09-08 10:15:23 +00:00
db_memrw.c Make this (at least) compile on sh3. 2000-09-04 23:11:42 +00:00
db_trace.c make db_[e]regs[] const 2001-01-18 10:54:27 +00:00
disksubr.c rationalize the use of b_flags for geteblk() buffers. 2000-11-20 08:24:08 +00:00
dkbad.c
in_cksum.S _C_LABEL() 2001-02-14 17:57:31 +00:00
in_cksum.c
kgdb_machdep.c remove include of <vm/vm.h>. <vm/vm.h> -> <uvm/uvm_extern.h> 2000-06-29 07:44:02 +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 - save/restore more registers in process_{read,write}_regs() 2000-04-13 15:51:26 +00:00
sh3_machdep.c Sprinkle pmap_update() calls after calls to: 2001-04-24 04:30:50 +00:00
sh3disasm.c Downcase mnemonics. 2000-09-04 23:18:36 +00:00
sys_machdep.c remove include of <vm/vm.h>. <vm/vm.h> -> <uvm/uvm_extern.h> 2000-06-29 07:44:02 +00:00
trap.c missed some KERN_FAILUREs. 2001-03-18 23:43:53 +00:00
vm_machdep.c Sprinkle pmap_update() calls after calls to: 2001-04-24 04:30:50 +00:00