mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-11-16 12:34:45 +00:00
2005-04-11 Jennifer Averett <jennifer@OARcorp.com>
PR 777/bsps * include/bsp.h: Add a Processor_Synchronize command in bsp.h
This commit is contained in:
@@ -1,3 +1,8 @@
|
|||||||
|
2005-04-11 Jennifer Averett <jennifer@OARcorp.com>
|
||||||
|
|
||||||
|
PR 777/bsps
|
||||||
|
* include/bsp.h: Add a Processor_Synchronize command in bsp.h
|
||||||
|
|
||||||
2005-03-17 Joel Sherrill <joel@OARcorp.com>
|
2005-03-17 Joel Sherrill <joel@OARcorp.com>
|
||||||
|
|
||||||
* irq/.cvsignore: New file.
|
* irq/.cvsignore: New file.
|
||||||
|
|||||||
@@ -136,6 +136,10 @@ extern int end; /* last address in the program */
|
|||||||
|
|
||||||
#define BSP_Convert_decrementer( _value ) ( (unsigned long long) _value )
|
#define BSP_Convert_decrementer( _value ) ( (unsigned long long) _value )
|
||||||
|
|
||||||
|
/* macros */
|
||||||
|
#define Processor_Synchronize() \
|
||||||
|
asm(" eieio ")
|
||||||
|
|
||||||
/* functions */
|
/* functions */
|
||||||
|
|
||||||
rtems_isr_entry set_vector( /* returns old vector */
|
rtems_isr_entry set_vector( /* returns old vector */
|
||||||
|
|||||||
Reference in New Issue
Block a user