mirror of
https://git.rtems.org/rtems-libbsd/
synced 2025-10-16 10:09:24 +08:00
Update to FreeBSD 9.3
This commit is contained in:
@@ -222,4 +222,5 @@ void
|
||||
mutex_init(void)
|
||||
{
|
||||
mtx_init(&Giant, "Giant", NULL, MTX_DEF | MTX_RECURSE);
|
||||
mtx_lock(&Giant);
|
||||
}
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user