On Fri, 5 Oct 2007, Franck Bui-Huu wrote: > Just to be sure I haven't missed anything, it seems that we _could_ generate > the whole tlb handler at compile time since the CPU type is known at that > time, no need to have any fixups at runtime, isn't it ? The exact CPU type is not known at the moment. For example CPU_R4X00 and CPU_MIPS32_R1 cover whole ranges that have subtle differences. It may be possible to provide all the variations as a selection to the user, but it may be unfeasible -- I don't know. Compare what we have in arch/mips/Kconfig with <asm/cpu.h>. Maciej