Initialize BSD user extension earlier

This commit is contained in:
Sebastian Huber 2017-05-17 10:23:56 +02:00
parent f7f3c4b0de
commit 64163f3023

View File

@ -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,