2010-11-06 Joel Sherrill <joel.sherrilL@OARcorp.com>

PR 1715/cpukit
	* rtems/score/cpu.h: Fix typo on _CPU_Context_Restart_self.
This commit is contained in:
Joel Sherrill
2010-11-06 22:32:06 +00:00
parent b7e0c21304
commit 2e5a8933c1
2 changed files with 6 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
2010-11-06 Joel Sherrill <joel.sherrilL@OARcorp.com>
PR 1715/cpukit
* rtems/score/cpu.h: Fix typo on _CPU_Context_Restart_self.
2010-10-21 Joel Sherrill <joel.sherrill@oarcorp.com>
* rtems/score/cpu.h: Add RTEMS_COMPILER_NO_RETURN_ATTRIBUTE to

View File

@@ -745,7 +745,7 @@ uint32_t _CPU_ISR_Get_level( void );
* XXX document implementation including references if appropriate
*/
#define eCPU_Context_Restart_self( _the_context ) \
#define _CPU_Context_Restart_self( _the_context ) \
_CPU_Context_restore( _the_context );
/*