diff options
Diffstat (limited to 'arch/x86_64')
-rw-r--r-- | arch/x86_64/kernel/tsc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86_64/kernel/tsc.c b/arch/x86_64/kernel/tsc.c index 48f9a8e6aa91..e850aa01e1b3 100644 --- a/arch/x86_64/kernel/tsc.c +++ b/arch/x86_64/kernel/tsc.c | |||
@@ -44,7 +44,7 @@ unsigned long long sched_clock(void) | |||
44 | 44 | ||
45 | static int tsc_unstable; | 45 | static int tsc_unstable; |
46 | 46 | ||
47 | static inline int check_tsc_unstable(void) | 47 | inline int check_tsc_unstable(void) |
48 | { | 48 | { |
49 | return tsc_unstable; | 49 | return tsc_unstable; |
50 | } | 50 | } |