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

Function configure_final

freebsd/arm64/arm64/autoconf.c:80–92  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

78}
79
80static void
81configure_final(void *dummy)
82{
83
84 /* Enable interrupt reception on this CPU */
85 intr_enable();
86 cninit_finish();
87
88 if (bootverbose)
89 printf("Device configuration finished.\n");
90
91 cold = 0;
92}

Callers

nothing calls this directly

Calls 3

cninit_finishFunction · 0.85
intr_enableFunction · 0.50
printfFunction · 0.50

Tested by

no test coverage detected