From 797d88ba3179d84cb6f3fc35fd3e86092c12fef8 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Wed, 13 Dec 2000 22:12:06 +0000 Subject: 2000-12-13 Joel Sherrill * cpu.c: Removed duplicate declaration for _ISR_Vector_table. * cpu_asm.S: Removed assembly language to vector ISR handler on MIPS ISA I. Now call mips_vector_isr_handlers() in libcpu or BSP. * rtems/score/cpu.h (CPU_INTERRUPT_NUMBER_OF_VECTORS): No longer a constant -- get the real value from libcpu. --- cpukit/score/cpu/mips/ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'cpukit/score/cpu/mips/ChangeLog') diff --git a/cpukit/score/cpu/mips/ChangeLog b/cpukit/score/cpu/mips/ChangeLog index aa674ac86e..d424e360c9 100644 --- a/cpukit/score/cpu/mips/ChangeLog +++ b/cpukit/score/cpu/mips/ChangeLog @@ -1,3 +1,11 @@ +2000-12-13 Joel Sherrill + + * cpu.c: Removed duplicate declaration for _ISR_Vector_table. + * cpu_asm.S: Removed assembly language to vector ISR handler + on MIPS ISA I. Now call mips_vector_isr_handlers() in libcpu or BSP. + * rtems/score/cpu.h (CPU_INTERRUPT_NUMBER_OF_VECTORS): No + longer a constant -- get the real value from libcpu. + 2000-12-13 Joel Sherrill * cpu_asm.h: Removed. -- cgit v1.2.3