void
cpu_initclocks(
void
)
)
is invoked by
initclocks(
)
during system bootstrap, immediately after autoconfiguration, to
perform the machine-dependent initialization of clock frequencies and
start the real-time and statistic clocks running.
/usr/src
.
Machine-independent clock interface operations are performed within
the file
sys/kern/kern_clock.c
.