diff options
Diffstat (limited to 'include/asm-mips')
-rw-r--r-- | include/asm-mips/timex.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-mips/timex.h b/include/asm-mips/timex.h index 5816ad1569d6..6529704aa73a 100644 --- a/include/asm-mips/timex.h +++ b/include/asm-mips/timex.h | |||
@@ -35,7 +35,7 @@ typedef unsigned int cycles_t; | |||
35 | 35 | ||
36 | static inline cycles_t get_cycles(void) | 36 | static inline cycles_t get_cycles(void) |
37 | { | 37 | { |
38 | return read_c0_count(); | 38 | return 0; |
39 | } | 39 | } |
40 | 40 | ||
41 | #endif /* __KERNEL__ */ | 41 | #endif /* __KERNEL__ */ |