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

Function configure_final

freebsd/arm/arm/autoconf.c:94–101  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

92}
93
94static void
95configure_final(void *dummy)
96{
97
98 enable_interrupts(PSR_I | PSR_F);
99 cninit_finish();
100 cold = 0;
101}

Callers

nothing calls this directly

Calls 2

enable_interruptsFunction · 0.85
cninit_finishFunction · 0.85

Tested by

no test coverage detected