summaryrefslogtreecommitdiffstats
path: root/c/src/exec/score/cpu/arm/rtems/score/cpu.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--c/src/exec/score/cpu/arm/rtems/score/cpu.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/c/src/exec/score/cpu/arm/rtems/score/cpu.h b/c/src/exec/score/cpu/arm/rtems/score/cpu.h
index 5e664818ea..0100d958bd 100644
--- a/c/src/exec/score/cpu/arm/rtems/score/cpu.h
+++ b/c/src/exec/score/cpu/arm/rtems/score/cpu.h
@@ -520,9 +520,16 @@ SCORE_EXTERN void (*_CPU_Thread_dispatch_pointer)();
/* ISR handler macros */
/*
+ * Support routine to initialize the RTEMS vector table after it is allocated.
+ */
+
+#define _CPU_Initialize_vectors()
+
+/*
* Disable all interrupts for an RTEMS critical section. The previous
* level is returned in _level.
*/
+
#define _CPU_ISR_Disable( _level ) \
{ \
(_level) = 0; \