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. --- bsps/sparc/leon3/start/bspstart.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bsps/sparc/leon3/start/bspstart.c') diff --git a/bsps/sparc/leon3/start/bspstart.c b/bsps/sparc/leon3/start/bspstart.c index 58fc7d0907..e8975618d4 100644 --- a/bsps/sparc/leon3/start/bspstart.c +++ b/bsps/sparc/leon3/start/bspstart.c @@ -120,6 +120,6 @@ RTEMS_SYSINIT_ITEM( RTEMS_SYSINIT_ITEM( leon3_interrupt_common_init, RTEMS_SYSINIT_DRVMGR_LEVEL_1, - RTEMS_SYSINIT_ORDER_LAST + RTEMS_SYSINIT_ORDER_LAST_BUT_5 ); #endif -- cgit v1.2.3