summaryrefslogtreecommitdiffstats
path: root/c/src/exec/score/cpu/unix/rtems
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2001-01-03 16:37:08 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2001-01-03 16:37:08 +0000
commitd6ea098b7712f5bf9a4f4c21291c95932bde6c0e (patch)
treed00837ae261a9cf4ac732ea9df103bbefd62f333 /c/src/exec/score/cpu/unix/rtems
parent2001-01-03 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-d6ea098b7712f5bf9a4f4c21291c95932bde6c0e.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/unix/rtems')
-rw-r--r--c/src/exec/score/cpu/unix/rtems/score/cpu.h10
1 files changed, 9 insertions, 1 deletions
diff --git a/c/src/exec/score/cpu/unix/rtems/score/cpu.h b/c/src/exec/score/cpu/unix/rtems/score/cpu.h
index 7e0cbf7777..0ec126b404 100644
--- a/c/src/exec/score/cpu/unix/rtems/score/cpu.h
+++ b/c/src/exec/score/cpu/unix/rtems/score/cpu.h
@@ -670,7 +670,15 @@ SCORE_EXTERN void (*_CPU_Thread_dispatch_pointer)();
#define CPU_STACK_ALIGNMENT 64
-/* ISR handler macros */
+/*
+ * 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