K 10 svn:author V 2 cy K 8 svn:date V 27 2023-06-23T04:36:41.926678Z K 7 svn:log V 555 kern_ntptime: Fix undefined behavior of the shift operator L_LINT macro is used with negative numbers [i.e. L_LINT(time_freq, -MAXFREQ)], it could cause undefined behavior. It should be similar to the L_RSHIFT(v, n) macro. MFC after: 2 weeks Reviewed by: cy Pull Request: https://github.com/freebsd/freebsd-src/pull/769 Signed-off-by: Dmitriy Alexandrov (cherry picked from commit af9ce4e9bb7d717279e02d46455e85ef6fb828f7) Git Hash: e66b677c974540ccf55d7a73a3ce220721f4d0ea Git Author: d06alexandrov@users.noreply.github.com END