mirror of
https://git.rtems.org/rtems-libbsd/
synced 2025-06-28 17:49:33 +08:00
Resolved an initialization order issue in link01.exe
Note that the order may still need to be adjusted.
This commit is contained in:
parent
9f11e4092a
commit
8aecdc0725
@ -50,4 +50,4 @@ static void rtems_bsd_thread0_ucred_init(void *arg)
|
||||
rtems_bsd_thread0_ucred->cr_prison = &prison0;
|
||||
}
|
||||
|
||||
SYSINIT(cpu, SI_SUB_CPU, SI_ORDER_FIRST, rtems_bsd_thread0_ucred_init, NULL);
|
||||
SYSINIT(cpu, SI_SUB_INTRINSIC, SI_ORDER_SECOND, rtems_bsd_thread0_ucred_init, NULL);
|
||||
|
Loading…
x
Reference in New Issue
Block a user