Hervé Poussineau wrote: > Hi, > > The attached patch removes the MIPS_USES_R4K_TLB define, and replaces it by > some function pointers in the env structure. > The model can be extended to support another TLB types quite easily (see > translate_init.c)
I expanded it to handle the fixed mapping MMU properly, and to keep the userland emulation working. Thiemo