summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/a29k/rtems/score/cpu.h
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2001-01-03 15:43:14 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2001-01-03 15:43:14 +0000
commit9094566e595041e4b3ad903fd2fff6f643e699a6 (patch)
tree4a7445d44387c2275c4bb08b28a5107848124264 /cpukit/score/cpu/a29k/rtems/score/cpu.h
parent2001-01-02 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-9094566e595041e4b3ad903fd2fff6f643e699a6.tar.bz2
2001-01-03 Joel Sherrill <joel@OARcorp.com>
* rtems/score/cpu.h: Added _CPU_Initialize_vectors().
Diffstat (limited to 'cpukit/score/cpu/a29k/rtems/score/cpu.h')
-rw-r--r--cpukit/score/cpu/a29k/rtems/score/cpu.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/cpukit/score/cpu/a29k/rtems/score/cpu.h b/cpukit/score/cpu/a29k/rtems/score/cpu.h
index 75b558cb6f..bfdf4f38a0 100644
--- a/cpukit/score/cpu/a29k/rtems/score/cpu.h
+++ b/cpukit/score/cpu/a29k/rtems/score/cpu.h
@@ -598,6 +598,12 @@ 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.
*/