From 2d877aa6ec98c38ca9ea9015ac6225f590a3c836 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Wed, 3 Jan 2001 16:29:04 +0000 Subject: 2001-01-03 Joel Sherrill * rtems/score/cpu.h: Added _CPU_Initialize_vectors(). --- c/src/exec/score/cpu/c4x/rtems/score/cpu.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'c/src/exec/score/cpu/c4x/rtems') diff --git a/c/src/exec/score/cpu/c4x/rtems/score/cpu.h b/c/src/exec/score/cpu/c4x/rtems/score/cpu.h index ada263bf65..2407c34ed8 100644 --- a/c/src/exec/score/cpu/c4x/rtems/score/cpu.h +++ b/c/src/exec/score/cpu/c4x/rtems/score/cpu.h @@ -768,6 +768,12 @@ SCORE_EXTERN void (*_CPU_Thread_dispatch_pointer)(); * bit in the status word. */ +/* + * Support routine to initialize the RTEMS vector table after it is allocated. + */ + +#define _CPU_Initialize_vectors() + /* * Disable all interrupts for an RTEMS critical section. The previous * level is returned in _isr_cookie. -- cgit v1.2.3