From 8aecdc0725a2b9bf1e50c99f8a7650183476deff Mon Sep 17 00:00:00 2001 From: Jennifer Averett Date: Wed, 30 May 2012 11:54:23 -0500 Subject: Resolved an initialization order issue in link01.exe Note that the order may still need to be adjusted. --- rtemsbsd/src/rtems-bsd-thread0-ucred.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rtemsbsd/src/rtems-bsd-thread0-ucred.c b/rtemsbsd/src/rtems-bsd-thread0-ucred.c index c3e17f9f..4ff61ea4 100644 --- a/rtemsbsd/src/rtems-bsd-thread0-ucred.c +++ b/rtemsbsd/src/rtems-bsd-thread0-ucred.c @@ -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); -- cgit v1.2.3