From db280c961327dac67094fc63265824891f3d0770 Mon Sep 17 00:00:00 2001 From: Jennifer Averett Date: Tue, 17 Jul 2012 08:17:55 -0500 Subject: Add call to uma_startup2 so that booted gets set. --- rtemsbsd/src/rtems-bsd-vm_glue.c | 1 + 1 file changed, 1 insertion(+) (limited to 'rtemsbsd/src/rtems-bsd-vm_glue.c') diff --git a/rtemsbsd/src/rtems-bsd-vm_glue.c b/rtemsbsd/src/rtems-bsd-vm_glue.c index 6aba59aa..96f6dc10 100644 --- a/rtemsbsd/src/rtems-bsd-vm_glue.c +++ b/rtemsbsd/src/rtems-bsd-vm_glue.c @@ -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(); } /* -- cgit v1.2.3