summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJennifer Averett <jennifer.averett@oarcorp.com>2012-07-17 08:17:55 -0500
committerJennifer Averett <jennifer.averett@oarcorp.com>2012-07-17 08:17:55 -0500
commitdb280c961327dac67094fc63265824891f3d0770 (patch)
tree7ebe887ccd3e0b02c87809500122b3907e8eac85
parentAdd back in code to set booted. (diff)
downloadrtems-libbsd-db280c961327dac67094fc63265824891f3d0770.tar.bz2
Add call to uma_startup2 so that booted gets set.
-rw-r--r--rtemsbsd/src/rtems-bsd-vm_glue.c1
1 files changed, 1 insertions, 0 deletions
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();
}
/*