summaryrefslogtreecommitdiffstats
path: root/cpukit
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2001-04-11 13:48:30 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2001-04-11 13:48:30 +0000
commit6e7e723c3105eb12bd41cd82906196a65aa8e4d5 (patch)
tree29dda2d6eb72d191aa04d2b6f32eb1fe6aa47972 /cpukit
parent2001-03-30 Eric Valette <valette@crf.canon.fr> (diff)
downloadrtems-6e7e723c3105eb12bd41cd82906196a65aa8e4d5.tar.bz2
2001-04-11 Joel Sherrill <joel@OARcorp.com>
* cpu.c: Removed duplicate declaration for _ISR_Vector_table.
Diffstat (limited to 'cpukit')
-rw-r--r--cpukit/score/cpu/mips64orion/ChangeLog4
-rw-r--r--cpukit/score/cpu/mips64orion/cpu.c2
2 files changed, 4 insertions, 2 deletions
diff --git a/cpukit/score/cpu/mips64orion/ChangeLog b/cpukit/score/cpu/mips64orion/ChangeLog
index e03228a59c..a436963719 100644
--- a/cpukit/score/cpu/mips64orion/ChangeLog
+++ b/cpukit/score/cpu/mips64orion/ChangeLog
@@ -1,3 +1,7 @@
+2001-04-11 Joel Sherrill <joel@OARcorp.com>
+
+ * cpu.c: Removed duplicate declaration for _ISR_Vector_table.
+
2001-02-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am, rtems/score/Makefile.am:
diff --git a/cpukit/score/cpu/mips64orion/cpu.c b/cpukit/score/cpu/mips64orion/cpu.c
index 1d56652622..57e047fa4a 100644
--- a/cpukit/score/cpu/mips64orion/cpu.c
+++ b/cpukit/score/cpu/mips64orion/cpu.c
@@ -40,8 +40,6 @@
#include <rtems/score/wkspace.h>
-ISR_Handler_entry _ISR_Vector_table[ ISR_NUMBER_OF_VECTORS ];
-
/* _CPU_Initialize
*
* This routine performs processor dependent initialization.