forked from Imagelibrary/rtems
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:
@@ -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
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user