Ralf Rösch wrote: > 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 [...] > arch/mips/kernel/process.c:170: error: `EF_CP0_BADVADDR' undeclared [...] > arch/mips/kernel/process.c:171: error: `EF_CP0_STATUS' undeclared [...] > arch/mips/kernel/process.c:172: error: `EF_CP0_CAUSE' undeclared [...] The culprit of this seems to be 'include/asm-mips/reg.h' (and that both of us didn't listen to what CVS was telling them..). This file recently was switched from a generated file to a real sourcefile. CVS told you that there was a file in the way when calling 'cvs up', so all you have to do is to remove it, update again and there will be peace on earth. TGIF Uli