Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
94
static void
95
configure_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_interrupts
Function · 0.85
cninit_finish
Function · 0.85
Tested by
no test coverage detected