diff options
Diffstat (limited to 'kernel/sched.c')
-rw-r--r-- | kernel/sched.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/sched.c b/kernel/sched.c index 3ac3d7af04a1..8f433fedfcb3 100644 --- a/kernel/sched.c +++ b/kernel/sched.c | |||
@@ -899,7 +899,7 @@ static inline u64 global_rt_runtime(void) | |||
899 | return (u64)sysctl_sched_rt_runtime * NSEC_PER_USEC; | 899 | return (u64)sysctl_sched_rt_runtime * NSEC_PER_USEC; |
900 | } | 900 | } |
901 | 901 | ||
902 | static const unsigned long long time_sync_thresh = 100000; | 902 | unsigned long long time_sync_thresh = 100000; |
903 | 903 | ||
904 | static DEFINE_PER_CPU(unsigned long long, time_offset); | 904 | static DEFINE_PER_CPU(unsigned long long, time_offset); |
905 | static DEFINE_PER_CPU(unsigned long long, prev_cpu_time); | 905 | static DEFINE_PER_CPU(unsigned long long, prev_cpu_time); |