aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-sh/timex.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-sh/timex.h')
-rw-r--r--include/asm-sh/timex.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-sh/timex.h b/include/asm-sh/timex.h
index a873e24113cf74..2b0f6b28b8b132 100644
--- a/include/asm-sh/timex.h
+++ b/include/asm-sh/timex.h
@@ -6,7 +6,7 @@
#ifndef __ASM_SH_TIMEX_H
#define __ASM_SH_TIMEX_H
-#define CLOCK_TICK_RATE (CONFIG_SH_PCLK_FREQ / 4) /* Underlying HZ */
+#define CLOCK_TICK_RATE (HZ * 100000UL)
typedef unsigned long long cycles_t;