2002-09-14 Ivan Guzvinec <ivang@opencores.org>

* rtems/score/cpu.h (_CPU_Initialize_vectors) Define to NULL
	since it is not used.
This commit is contained in:
Joel Sherrill
2002-09-14 17:58:44 +00:00
parent 193fe69007
commit 19165f5236
2 changed files with 16 additions and 0 deletions

View File

@@ -1,3 +1,8 @@
2002-09-14 Ivan Guzvinec <ivang@opencores.org>
* rtems/score/cpu.h (_CPU_Initialize_vectors) Define to NULL
since it is not used.
2002-08-06 Joel Sherrill <joel@OARcorp.com>
* asm.h, rtems/score/cpu.h: Correct items that have changed since

View File

@@ -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.