Update to FreeBSD 9.3

This commit is contained in:
Sebastian Huber
2015-02-02 14:27:13 +01:00
parent 948b1a5b57
commit 7eeb079d84
201 changed files with 7713 additions and 3933 deletions

View File

@@ -222,4 +222,5 @@ void
mutex_init(void)
{
mtx_init(&Giant, "Giant", NULL, MTX_DEF | MTX_RECURSE);
mtx_lock(&Giant);
}

View File

@@ -238,7 +238,7 @@ rtems_bsd_threads_init_late(void *arg)
SYSINIT(rtems_bsd_threads_early, SI_SUB_INTRINSIC, SI_ORDER_ANY,
rtems_bsd_threads_init_early, NULL);
SYSINIT(rtems_bsd_threads_late, SI_SUB_RUN_SCHEDULER, SI_ORDER_ANY,
SYSINIT(rtems_bsd_threads_late, SI_SUB_LAST, SI_ORDER_ANY,
rtems_bsd_threads_init_late, NULL);
static int