From d6ea098b7712f5bf9a4f4c21291c95932bde6c0e Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Wed, 3 Jan 2001 16:37:08 +0000 Subject: 2001-01-03 Joel Sherrill * rtems/score/cpu.h: Added _CPU_Initialize_vectors(). --- c/src/exec/score/cpu/or32/rtems/score/cpu.h | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) (limited to 'c/src/exec/score/cpu/or32/rtems/score/cpu.h') diff --git a/c/src/exec/score/cpu/or32/rtems/score/cpu.h b/c/src/exec/score/cpu/or32/rtems/score/cpu.h index 04b81e3d04..f6929b7696 100644 --- a/c/src/exec/score/cpu/or32/rtems/score/cpu.h +++ b/c/src/exec/score/cpu/or32/rtems/score/cpu.h @@ -636,7 +636,19 @@ SCORE_EXTERN void (*_CPU_Thread_dispatch_pointer)(); #define CPU_STACK_ALIGNMENT 0 -/* ISR handler macros */ +/* + * ISR handler macros + */ + +/* + * Support routine to initialize the RTEMS vector table after it is allocated. + * + * OR32 Specific Information: + * + * XXX document implementation including references if appropriate + */ + +#define _CPU_Initialize_vectors() /* * Disable all interrupts for an RTEMS critical section. The previous -- cgit v1.2.3