summaryrefslogtreecommitdiffstats
path: root/c/src/exec/score/cpu/c4x/rtems/score/cpu.h
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2001-01-03 16:29:04 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2001-01-03 16:29:04 +0000
commit2d877aa6ec98c38ca9ea9015ac6225f590a3c836 (patch)
treea19d75792a54ae10a86d434a3ed01f4922388fd8 /c/src/exec/score/cpu/c4x/rtems/score/cpu.h
parent2001-01-03 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-2d877aa6ec98c38ca9ea9015ac6225f590a3c836.tar.bz2
2001-01-03 Joel Sherrill <joel@OARcorp.com>
* rtems/score/cpu.h: Added _CPU_Initialize_vectors().
Diffstat (limited to 'c/src/exec/score/cpu/c4x/rtems/score/cpu.h')
-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.
*/