summaryrefslogtreecommitdiffstats
path: root/c/src/exec/score/cpu/sh/rtems
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/exec/score/cpu/sh/rtems')
-rw-r--r--c/src/exec/score/cpu/sh/rtems/score/cpu.h12
1 files changed, 11 insertions, 1 deletions
diff --git a/c/src/exec/score/cpu/sh/rtems/score/cpu.h b/c/src/exec/score/cpu/sh/rtems/score/cpu.h
index f6c9252912..601276f45e 100644
--- a/c/src/exec/score/cpu/sh/rtems/score/cpu.h
+++ b/c/src/exec/score/cpu/sh/rtems/score/cpu.h
@@ -520,9 +520,19 @@ SCORE_EXTERN void CPU_delay( unsigned32 microseconds );
#define CPU_STACK_ALIGNMENT CPU_ALIGNMENT
-/* ISR handler macros */
+/*
+ * ISR handler macros
+ */
/*
+ * Support routine to initialize the RTEMS vector table after it is allocated.
+ *
+ * SH Specific Information: NONE
+ */
+
+#define _CPU_Initialize_vectors()
+
+/*
* Disable all interrupts for an RTEMS critical section. The previous
* level is returned in _level.
*/