diff options
Diffstat (limited to 'include/asm-x86_64/tsc.h')
-rw-r--r-- | include/asm-x86_64/tsc.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/asm-x86_64/tsc.h b/include/asm-x86_64/tsc.h index 9a0a368852c7..26c3e9828288 100644 --- a/include/asm-x86_64/tsc.h +++ b/include/asm-x86_64/tsc.h | |||
@@ -55,6 +55,7 @@ static __always_inline cycles_t get_cycles_sync(void) | |||
55 | extern void tsc_init(void); | 55 | extern void tsc_init(void); |
56 | extern void mark_tsc_unstable(void); | 56 | extern void mark_tsc_unstable(void); |
57 | extern int unsynchronized_tsc(void); | 57 | extern int unsynchronized_tsc(void); |
58 | extern void init_tsc_clocksource(void); | ||
58 | 59 | ||
59 | /* | 60 | /* |
60 | * Boot-time check whether the TSCs are synchronized across | 61 | * Boot-time check whether the TSCs are synchronized across |