summaryrefslogtreecommitdiffstats
path: root/cpukit/include/rtems/confdefs/percpu.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/include/rtems/confdefs/percpu.h')
-rw-r--r--cpukit/include/rtems/confdefs/percpu.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/cpukit/include/rtems/confdefs/percpu.h b/cpukit/include/rtems/confdefs/percpu.h
index a902b4735c..730571b54a 100644
--- a/cpukit/include/rtems/confdefs/percpu.h
+++ b/cpukit/include/rtems/confdefs/percpu.h
@@ -98,6 +98,11 @@ char _ISR_Stack_area_begin[
] RTEMS_ALIGNED( CPU_INTERRUPT_STACK_ALIGNMENT )
RTEMS_SECTION( ".rtemsstack.interrupt.begin" );
+RTEMS_DEFINE_GLOBAL_SYMBOL_IN_SECTION(
+ _ISR_Stack_area_end,
+ ".rtemsstack.interrupt.end"
+);
+
/* Thread stack size configuration */
#ifndef CONFIGURE_MINIMUM_TASK_STACK_SIZE