mirror of
https://gitlab.com/chrony/chrony.git
synced 2025-12-03 18:25:07 -05:00
sys_generic: allow fast slewing with system driver
The system drivers may implement their own slewing which the generic driver can use to slew faster than the maximum frequency the driver is allowed to set directly.
This commit is contained in:
@@ -384,7 +384,8 @@ SYS_Linux_Initialise(void)
|
||||
SYS_Timex_InitialiseWithFunctions(1.0e6 * max_tick_bias / nominal_tick,
|
||||
1.0 / tick_update_hz,
|
||||
read_frequency, set_frequency,
|
||||
have_setoffset ? apply_step_offset : NULL);
|
||||
have_setoffset ? apply_step_offset : NULL,
|
||||
0.0, 0.0, NULL, NULL);
|
||||
}
|
||||
|
||||
/* ================================================== */
|
||||
|
||||
Reference in New Issue
Block a user