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:
Jennifer Averett
2005-04-11 20:01:53 +00:00
parent 402f4df9a2
commit b6b9bbfc66
2 changed files with 9 additions and 0 deletions

View File

@@ -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>
* startup/bspstart.c: include <rtems/powerpc/powerpc.h>.

View File

@@ -82,6 +82,10 @@ extern int end; /* last address in the program */
#define BSP_Convert_decrementer( _value ) ( (unsigned long long) _value )
/* macros */
#define Processor_Synchronize() \
asm(" eieio ")
/* functions */
void bsp_cleanup( void );