CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2011/11/01 15:20:55
Modified files:
sys/arch/hp300/conf: Makefile.hp300
sys/arch/hp300/hp300: db_memrw.c locore.s machdep.c
sys/arch/m68k/include: cpu.h pmap_motorola.h
sys/arch/m68k/m68k: genassym.cf pmap_motorola.c
sys/arch/mac68k/include: cpu.h
sys/arch/mvme68k/include: cpu.h
Log message:
Drop support for the HP MMU. It was only found on two hp300 systems (models
320 and 350), which have been unsupported since a bunch of release already,
because this annoying MMU does not have TT registers (or if it does, it is
not documented) and thus went in the way of PMAP_DIRECT for hp300.
In other words: remove a bunch of code which was either #ifdef'ed out or
had no chance to run in real life.