1d7fac608788de517f3 parent 4c7ee8de956fc250fe31e2fa91f6da980fabe317 author Roman Zippel 1159684102 -0700 committer Linus Torvalds 1159688366 -0700 [PATCH] ntp: add ntp_update_frequency This introduces ntp_update_frequency() and deinlines ntp_clear() (as it's not performance critical). ntp_update_frequency() calculates the base tick length using tick_usec and adds a base adjustment, in case the frequency doesn't divide evenly by HZ. Signed-off-by: Roman Zippel Cc: john stultz Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds