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 19:58:14 +00:00
parent ba10dea56a
commit 64c3f790a2
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-03-17 Joel Sherrill <joel@OARcorp.com>
* irq/.cvsignore: New file.

View File

@@ -136,6 +136,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 */
rtems_isr_entry set_vector( /* returns old vector */