The last commit of process.c (version 1.73, 2.6) results in compiler errors on my system: arch/mips/kernel/process.c: In function `dump_regs': arch/mips/kernel/process.c:169: error: `EF_CP0_EPC' undeclared (first use in thi s function) arch/mips/kernel/process.c:169: error: (Each undeclared identifier is reported o nly once arch/mips/kernel/process.c:169: error: for each function it appears in.) arch/mips/kernel/process.c:170: error: `EF_CP0_BADVADDR' undeclared (first use i n this function) arch/mips/kernel/process.c:171: error: `EF_CP0_STATUS' undeclared (first use in this function) arch/mips/kernel/process.c:172: error: `EF_CP0_CAUSE' undeclared (first use in t his function) make[1]: *** [arch/mips/kernel/process.o] Error 1 make: *** [arch/mips/kernel] Error 2 I could not find 'EF_CP0_EPC' in the entire source tree. Regards Ralf Roesch