X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=include%2Fasm-mips%2Ftimex.h;h=6529704aa73ae0c3cee7789648fb5328b3948168;hb=85a73b333c0c06fcadb8e32f1e30f00e980f2fc7;hp=5816ad1569d66762413fe7cf1748a5ff001ab391;hpb=aac9e28d2f3d3c1eacc4114d685864a2a6423b80;p=linux-2.6 diff --git a/include/asm-mips/timex.h b/include/asm-mips/timex.h index 5816ad1569..6529704aa7 100644 --- a/include/asm-mips/timex.h +++ b/include/asm-mips/timex.h @@ -35,7 +35,7 @@ typedef unsigned int cycles_t; static inline cycles_t get_cycles(void) { - return read_c0_count(); + return 0; } #endif /* __KERNEL__ */