forked from Imagelibrary/rtems
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-02-17 Ralf Corsepius <ralf.corsepius@rtems.org>
|
2005-02-17 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||||
|
|
||||||
* startup/bspstart.c: include <rtems/powerpc/powerpc.h>.
|
* startup/bspstart.c: include <rtems/powerpc/powerpc.h>.
|
||||||
|
|||||||
@@ -82,6 +82,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 */
|
||||||
|
|
||||||
void bsp_cleanup( void );
|
void bsp_cleanup( void );
|
||||||
|
|||||||
Reference in New Issue
Block a user