summaryrefslogtreecommitdiffstats
path: root/cpukit/score
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2002-09-14 17:58:44 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2002-09-14 17:58:44 +0000
commit19165f5236e6fad5319e0976f5d9316858268cf9 (patch)
treecfa042c486ba747504336f0e4ac75cf1b4d8fd8e /cpukit/score
parent2002-09-14 Eric Norum <eric.norum@usask.ca> (diff)
downloadrtems-19165f5236e6fad5319e0976f5d9316858268cf9.tar.bz2
2002-09-14 Ivan Guzvinec <ivang@opencores.org>
* rtems/score/cpu.h (_CPU_Initialize_vectors) Define to NULL since it is not used.
Diffstat (limited to 'cpukit/score')
-rw-r--r--cpukit/score/cpu/or32/ChangeLog5
-rw-r--r--cpukit/score/cpu/or32/rtems/score/cpu.h11
2 files changed, 16 insertions, 0 deletions
diff --git a/cpukit/score/cpu/or32/ChangeLog b/cpukit/score/cpu/or32/ChangeLog
index 5464bc777d..6820b64bca 100644
--- a/cpukit/score/cpu/or32/ChangeLog
+++ b/cpukit/score/cpu/or32/ChangeLog
@@ -1,3 +1,8 @@
+2002-09-14 Ivan Guzvinec <ivang@opencores.org>
+
+ * rtems/score/cpu.h (_CPU_Initialize_vectors) Define to NULL
+ since it is not used.
+
2002-08-06 Joel Sherrill <joel@OARcorp.com>
* asm.h, rtems/score/cpu.h: Correct items that have changed since
diff --git a/cpukit/score/cpu/or32/rtems/score/cpu.h b/cpukit/score/cpu/or32/rtems/score/cpu.h
index 2adb7d6566..e76b0b361b 100644
--- a/cpukit/score/cpu/or32/rtems/score/cpu.h
+++ b/cpukit/score/cpu/or32/rtems/score/cpu.h
@@ -636,6 +636,17 @@ SCORE_EXTERN void (*_CPU_Thread_dispatch_pointer)();
/* ISR handler macros */
/*
+ * Support routine to initialize the RTEMS vector table after it is allocated.
+ *
+ * NO_CPU Specific Information:
+ *
+ * XXX document implementation including references if appropriate
+ */
+
+#define _CPU_Initialize_vectors()
+
+
+/*
* Disable all interrupts for an RTEMS critical section. The previous
* level is returned in _level.
*