sched: make clock sync tunable by architecture code
make time_sync_thresh tunable to architecture code. Signed-off-by: Ingo Molnar <mingo@elte.hu>
This commit is contained in:
@ -899,7 +899,7 @@ static inline u64 global_rt_runtime(void)
|
||||
return (u64)sysctl_sched_rt_runtime * NSEC_PER_USEC;
|
||||
}
|
||||
|
||||
static const unsigned long long time_sync_thresh = 100000;
|
||||
unsigned long long time_sync_thresh = 100000;
|
||||
|
||||
static DEFINE_PER_CPU(unsigned long long, time_offset);
|
||||
static DEFINE_PER_CPU(unsigned long long, prev_cpu_time);
|
||||
|
Reference in New Issue
Block a user