NAME

cpu_initclocks - machine-dependent clock setup interface

SYNOPSIS



void cpu_initclocks(void)

DESCRIPTION

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.

CODE REFERENCES

This section describes places within the NetBSD source tree where actual code implementing or using the machine-dependent clocks initialization interface can be found. All pathnames are relative to /usr/src.

Machine-independent clock interface operations are performed within the file sys/kern/kern_clock.c.

SEE ALSO

autoconf(9)