From 7eeb079d84bc4abe9897be0047fc28a754e46ecd Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Mon, 2 Feb 2015 14:27:13 +0100 Subject: Update to FreeBSD 9.3 --- rtemsbsd/rtems/rtems-bsd-thread.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rtemsbsd/rtems/rtems-bsd-thread.c') diff --git a/rtemsbsd/rtems/rtems-bsd-thread.c b/rtemsbsd/rtems/rtems-bsd-thread.c index 4fd5184c..ef94188f 100644 --- a/rtemsbsd/rtems/rtems-bsd-thread.c +++ b/rtemsbsd/rtems/rtems-bsd-thread.c @@ -238,7 +238,7 @@ rtems_bsd_threads_init_late(void *arg) SYSINIT(rtems_bsd_threads_early, SI_SUB_INTRINSIC, SI_ORDER_ANY, rtems_bsd_threads_init_early, NULL); -SYSINIT(rtems_bsd_threads_late, SI_SUB_RUN_SCHEDULER, SI_ORDER_ANY, +SYSINIT(rtems_bsd_threads_late, SI_SUB_LAST, SI_ORDER_ANY, rtems_bsd_threads_init_late, NULL); static int -- cgit v1.2.3