From 19165f5236e6fad5319e0976f5d9316858268cf9 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Sat, 14 Sep 2002 17:58:44 +0000 Subject: 2002-09-14 Ivan Guzvinec * rtems/score/cpu.h (_CPU_Initialize_vectors) Define to NULL since it is not used. --- cpukit/score/cpu/or32/ChangeLog | 5 +++++ cpukit/score/cpu/or32/rtems/score/cpu.h | 11 +++++++++++ 2 files changed, 16 insertions(+) (limited to 'cpukit/score') 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 + + * rtems/score/cpu.h (_CPU_Initialize_vectors) Define to NULL + since it is not used. + 2002-08-06 Joel Sherrill * 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 @@ -635,6 +635,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. -- cgit v1.2.3