aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/timetc.h
diff options
context:
space:
mode:
authorPoul-Henning Kamp <phk@FreeBSD.org>2002-04-26 10:06:26 +0000
committerPoul-Henning Kamp <phk@FreeBSD.org>2002-04-26 10:06:26 +0000
commit7e2d76ff05e8e26ccb133c7985b5fdfd3dae98eb (patch)
tree214ac70ec7fa6c60294dd8b8538f658c6b06334b /sys/sys/timetc.h
parentb94c4e9a931477e11e0a6ed5cd9a41daa9afc78f (diff)
downloadsrc-7e2d76ff05e8e26ccb133c7985b5fdfd3dae98eb.tar.gz
src-7e2d76ff05e8e26ccb133c7985b5fdfd3dae98eb.zip
Remove the tc_update() function. Any frequency change to the
timecounter will be used starting at the next second, which is good enough for sysctl purposes. If better adjustment is needed the NTP PLL should be used.
Notes
Notes: svn path=/head/; revision=95489
Diffstat (limited to 'sys/sys/timetc.h')
-rw-r--r--sys/sys/timetc.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/sys/timetc.h b/sys/sys/timetc.h
index 151cfd61bb25..efee90743ba2 100644
--- a/sys/sys/timetc.h
+++ b/sys/sys/timetc.h
@@ -96,7 +96,6 @@ extern struct timecounter *volatile timecounter;
void tc_init(struct timecounter *tc);
void tc_setclock(struct timespec *ts);
void tc_windup(void);
-void tc_update(struct timecounter *tc);
#endif /* !_KERNEL */
#endif /* !_SYS_TIMETC_H_ */