On Tue, 4 Oct 2005, Franck wrote: > > See my other comment in this thread. As to the SmartMIPS/crypto > > instructions -- unless they are going to be emitted by GCC for the kernel > > build (which I seriously doubt), there is no point in enabling them. > > some assembly code could... In which case it has to be specific to the configuration used anyway and may just locally enable whatever instructions are needed (".set smartmips", etc.) and be enabled itself based on configuration, either at the run time, if possible and reasonable, or using a CONFIG_* option. > hmm, I'm not an expert in MIPS cpu as you guys, so can you give me an > example of others processors that have such TLB features ? Well, the extensions are a part of the SmartMIPS ASE, so they are certainly not bound to any particular CPU type. Maciej