summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJennifer Averett <jennifer.averett@oarcorp.com>2012-07-17 08:13:57 -0500
committerJennifer Averett <jennifer.averett@oarcorp.com>2012-07-17 08:13:57 -0500
commit19288d665edb4187b14fccd4b47cfa09c0459c39 (patch)
tree031445189a845ca652840d12350514812c1d8b76
parentFix priv_check methods to return passing value. (diff)
downloadrtems-libbsd-19288d665edb4187b14fccd4b47cfa09c0459c39.tar.bz2
Add back in code to set booted.
-rw-r--r--freebsd/vm/uma_core.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/freebsd/vm/uma_core.c b/freebsd/vm/uma_core.c
index c8141e10..d0eb8128 100644
--- a/freebsd/vm/uma_core.c
+++ b/freebsd/vm/uma_core.c
@@ -54,10 +54,10 @@ __FBSDID("$FreeBSD$");
/* I should really use ktr.. */
/*
+*/
#define UMA_DEBUG 1
#define UMA_DEBUG_ALLOC 1
#define UMA_DEBUG_ALLOC_1 1
-*/
#include <freebsd/local/opt_ddb.h>
#include <freebsd/local/opt_param.h>
@@ -1799,18 +1799,18 @@ uma_startup(void *bootmem, int boot_pages)
#endif
}
-#ifndef __rtems__
/* see uma.h */
void
uma_startup2(void)
{
booted = 1;
+#ifndef __rtems__
bucket_enable();
+#endif /* __rtems__ */
#ifdef UMA_DEBUG
printf("UMA startup2 complete.\n");
#endif
}
-#endif /* __rtems__ */
/*
* Initialize our callout handle