Ralf, The variable loops_per_sec has become loops_per_jiffy around 2.4.1, breaking the mips delay functions. I edited include/asm-mips/delay.h to rename the variable. There's other places in mips64 where loops_per_sec is being used. Furthermore, since it's loops per "jiffy", the delay must be further increased by a factor of HZ. Pete