summaryrefslogtreecommitdiffstats
path: root/rtemsbsd/src/rtems-bsd-thread0-ucred.c
diff options
context:
space:
mode:
Diffstat (limited to 'rtemsbsd/src/rtems-bsd-thread0-ucred.c')
-rw-r--r--rtemsbsd/src/rtems-bsd-thread0-ucred.c2
1 files changed, 1 insertions, 1 deletions
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);