mirror of
https://git.rtems.org/rtems-libbsd/
synced 2025-10-15 20:21:19 +08:00
Add call to uma_startup2 so that booted gets set.
This commit is contained in:
@@ -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();
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
Reference in New Issue
Block a user