diff options
Diffstat (limited to 'include/asm-mips/timex.h')
-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 5816ad1569d..6529704aa73 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__ */ |