Add call to uma_startup2 so that booted gets set.

This commit is contained in:
Jennifer Averett 2012-07-17 08:17:55 -05:00
parent 19288d665e
commit db280c9613

View File

@ -80,6 +80,7 @@ vm_mem_init(dummy)
if ( p > (c + sizeof(callwheel_array)) )
panic( "*** not enough memory for callwheel_array ***" );
kern_timeout_callwheel_init();
uma_startup2();
}
/*