summaryrefslogtreecommitdiffstats
path: root/c/src/exec/score/cpu/c4x/rtems
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/exec/score/cpu/c4x/rtems')
-rw-r--r--c/src/exec/score/cpu/c4x/rtems/score/cpu.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/c/src/exec/score/cpu/c4x/rtems/score/cpu.h b/c/src/exec/score/cpu/c4x/rtems/score/cpu.h
index ada263bf65..2407c34ed8 100644
--- a/c/src/exec/score/cpu/c4x/rtems/score/cpu.h
+++ b/c/src/exec/score/cpu/c4x/rtems/score/cpu.h
@@ -769,6 +769,12 @@ SCORE_EXTERN void (*_CPU_Thread_dispatch_pointer)();
*/
/*
+ * 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 _isr_cookie.
*/