[rtems-libbsd commit] Add call to uma_startup2 so that booted gets set.

Jennifer Averett jennifer at rtems.org
Tue Jul 17 13:17:10 UTC 2012


Module:    rtems-libbsd
Branch:    master
Commit:    db280c961327dac67094fc63265824891f3d0770
Changeset: http://git.rtems.org/rtems-libbsd/commit/?id=db280c961327dac67094fc63265824891f3d0770

Author:    Jennifer Averett <jennifer.averett at oarcorp.com>
Date:      Tue Jul 17 08:17:55 2012 -0500

Add call to uma_startup2 so that booted gets set.

---

 rtemsbsd/src/rtems-bsd-vm_glue.c |    1 +
 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 6aba59a..96f6dc1 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();
 }
 
 /*




More information about the vc mailing list