mirror of
https://git.rtems.org/rtems-libbsd/
synced 2025-07-24 00:59:56 +08:00
Add call to uma_startup2 so that booted gets set.
This commit is contained in:
parent
19288d665e
commit
db280c9613
@ -80,6 +80,7 @@ vm_mem_init(dummy)
|
|||||||
if ( p > (c + sizeof(callwheel_array)) )
|
if ( p > (c + sizeof(callwheel_array)) )
|
||||||
panic( "*** not enough memory for callwheel_array ***" );
|
panic( "*** not enough memory for callwheel_array ***" );
|
||||||
kern_timeout_callwheel_init();
|
kern_timeout_callwheel_init();
|
||||||
|
uma_startup2();
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user