summaryrefslogtreecommitdiffstats
path: root/cpukit/libmisc/stackchk/check.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/libmisc/stackchk/check.c')
-rw-r--r--cpukit/libmisc/stackchk/check.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpukit/libmisc/stackchk/check.c b/cpukit/libmisc/stackchk/check.c
index 3b8cf69a12..eec3a911aa 100644
--- a/cpukit/libmisc/stackchk/check.c
+++ b/cpukit/libmisc/stackchk/check.c
@@ -513,6 +513,6 @@ static void Stack_check_Prepare_interrupt_stacks( void )
RTEMS_SYSINIT_ITEM(
Stack_check_Prepare_interrupt_stacks,
- RTEMS_SYSINIT_BSP_WORK_AREAS,
- RTEMS_SYSINIT_ORDER_SECOND
+ RTEMS_SYSINIT_ISR_STACK,
+ RTEMS_SYSINIT_ORDER_MIDDLE
);