CPU_INITCLOCKS(9) | Kernel Developer's Manual | CPU_INITCLOCKS(9) |
cpu_initclocks
—
#include <sys/systm.h>
void
cpu_initclocks
(void);
cpu_initclocks
() 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.
May 24, 2002 | NetBSD 9.0 |