summaryrefslogtreecommitdiffstats
path: root/cpukit/include/rtems/confdefs
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2020-04-05 09:58:24 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2020-04-05 09:59:25 +0200
commitd582d0e130a463842e27070a2e85ebc1acc7b71f (patch)
treebea4fc9bcb25ba6e954f9f9a0e33a2e4333c84a9 /cpukit/include/rtems/confdefs
parentbsp/raspberry: Add a bsp_fdt_map_intr(). (diff)
downloadrtems-d582d0e130a463842e27070a2e85ebc1acc7b71f.tar.bz2
Revert "score: Fix _ISR_Stack_area_end"
This reverts commit 8e80876bdd54e36fb668eee655eec1dd588daf13 which broke several architectures.
Diffstat (limited to 'cpukit/include/rtems/confdefs')
-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