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/rtems/score/cpu.h | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'cpukit/score/cpu/or32/rtems/score/cpu.h') 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