mirror of
https://git.rtems.org/rtems-libbsd/
synced 2025-10-16 07:10:04 +08:00
Initialize BSD user extension earlier
This commit is contained in:
@@ -219,7 +219,7 @@ rtems_bsd_threads_init_late(void *arg)
|
|||||||
rtems_bsd_thread_ready_to_start = true;
|
rtems_bsd_thread_ready_to_start = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
SYSINIT(rtems_bsd_threads_early, SI_SUB_INTRINSIC, SI_ORDER_ANY,
|
SYSINIT(rtems_bsd_threads_early, SI_SUB_TUNABLES, SI_ORDER_ANY,
|
||||||
rtems_bsd_threads_init_early, NULL);
|
rtems_bsd_threads_init_early, NULL);
|
||||||
|
|
||||||
SYSINIT(rtems_bsd_threads_late, SI_SUB_LAST, SI_ORDER_ANY,
|
SYSINIT(rtems_bsd_threads_late, SI_SUB_LAST, SI_ORDER_ANY,
|
||||||
|
Reference in New Issue
Block a user