On Mon, May 16, 2005 at 11:57:02AM +0200, Mile Davidovic wrote: > I have embedded processor with MIPS 4KECr2 processor and tried to port > linux-2.6.11-mipscvs-20050313. > I follow tutorial from linux-mips and add custom code for int handler, time > ... > But I have some problem with detecting of cpu. In cpu-probe.c I added: > cpu_probe_mips with: > case PRID_IMP_4KEC: > case PRID_IMP_4KECR2: /* this line is added */ > c->cputype = CPU_4KEC; > c->isa_level = MIPS_CPU_ISA_M32; > > Is it ok ? Did I forgot something? To get Linux to work on a 4KEc R2 Malta I only had to to do this change so you have an additional problem. Ralf