From c344e5828c3e8447a6164402f5786c8b0fbfb6a2 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Sun, 2 Feb 2020 11:00:54 +0100 Subject: Use RTEMS_SYSINIT_ORDER_LAST_BUT_5 Use RTEMS_SYSINIT_ORDER_LAST_BUT_5 instead of RTEMS_SYSINIT_ORDER_LAST to allow applications and support functions to place system initialization handlers behind the standard handlers. Update #3838. --- cpukit/libtrace/record/record-sysinit.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpukit/libtrace') diff --git a/cpukit/libtrace/record/record-sysinit.c b/cpukit/libtrace/record/record-sysinit.c index 88680a0c83..cd503acb06 100644 --- a/cpukit/libtrace/record/record-sysinit.c +++ b/cpukit/libtrace/record/record-sysinit.c @@ -128,5 +128,5 @@ static void _Record_Initialize_watchdogs( void ) RTEMS_SYSINIT_ITEM( _Record_Initialize_watchdogs, RTEMS_SYSINIT_DEVICE_DRIVERS, - RTEMS_SYSINIT_ORDER_LAST + RTEMS_SYSINIT_ORDER_LAST_BUT_5 ); -- cgit v1.2.3