mirror of
https://git.rtems.org/rtems-libbsd/
synced 2025-06-01 23:04:19 +08:00
Initialize BSD user extension earlier
This commit is contained in:
parent
f7f3c4b0de
commit
64163f3023
@ -219,7 +219,7 @@ rtems_bsd_threads_init_late(void *arg)
|
||||
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);
|
||||
|
||||
SYSINIT(rtems_bsd_threads_late, SI_SUB_LAST, SI_ORDER_ANY,
|
||||
|
Loading…
x
Reference in New Issue
Block a user