MCPcopy Create free account
hub / github.com/F-Stack/f-stack / cpu_initclocks

Function cpu_initclocks

freebsd/arm/arm/machdep.c:268–280  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

266}
267
268void
269cpu_initclocks(void)
270{
271
272#ifdef SMP
273 if (PCPU_GET(cpuid) == 0)
274 cpu_initclocks_bsp();
275 else
276 cpu_initclocks_ap();
277#else
278 cpu_initclocks_bsp();
279#endif
280}
281
282#ifdef PLATFORM
283void

Callers

nothing calls this directly

Calls 2

cpu_initclocks_bspFunction · 0.85
cpu_initclocks_apFunction · 0.85

Tested by

no test coverage detected