NetBSD/sys/arch/m68k
mhitch 55fb5385d7 Common m68k pmap has same problem with 68060 after 17 month old uvm changes.
Tested and verified on my Amiga (yes, I'm hoping to switch amiga to using
the common pmp_motorola.c).

Uvm changes over 17 months ago resulted in the 68040/060 segment table
page being entered with pmap_kenter(), which does not record the mapping
in the pv table.  Attempting to inhibit caching of that page as required
by the 68060 hardware no longer changes the PTE and caused varying degrees
of multiple faulting, sometimes resulting in an unusable system.  Apparently
very few people attempted to run a 68060 based system since that change.
Fix to to change the caching bits directly rather than using pmap_changebit().
2006-09-16 17:31:13 +00:00
..
060sp merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
conf merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
fpe bare asm -> __asm 2005-12-24 22:45:33 +00:00
fpsp Pass sed command path to asm2gas via environment 2006-06-24 03:28:42 +00:00
include - remove unused bdbtofsb. 2006-08-28 13:43:35 +00:00
m68k Common m68k pmap has same problem with 68060 after 17 month old uvm changes. 2006-09-16 17:31:13 +00:00
Makefile
Makefile.inc