cpu_initclocks(9) - NetBSD Manual Pages

Command: Section: Arch: Collection:  
CPU_INITCLOCKS(9)      NetBSD Kernel Developer's Manual      CPU_INITCLOCKS(9)


NAME
cpu_initclocks -- machine-dependent clock setup interface
SYNOPSIS
#include <sys/systm.h> 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
Machine-independent clock interface operations are performed within the file sys/kern/kern_clock.c.
SEE ALSO
autoconf(9) NetBSD 9.0 May 24, 2002 NetBSD 9.0
Powered by man-cgi (2024-03-20). Maintained for NetBSD by Kimmo Suominen. Based on man-cgi by Panagiotis Christias.