forked from Imagelibrary/rtems
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:
@@ -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>
|
2010-10-21 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||||
|
|
||||||
* rtems/score/cpu.h: Add RTEMS_COMPILER_NO_RETURN_ATTRIBUTE to
|
* rtems/score/cpu.h: Add RTEMS_COMPILER_NO_RETURN_ATTRIBUTE to
|
||||||
|
|||||||
@@ -745,7 +745,7 @@ uint32_t _CPU_ISR_Get_level( void );
|
|||||||
* XXX document implementation including references if appropriate
|
* 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 );
|
_CPU_Context_restore( _the_context );
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|||||||
Reference in New Issue
Block a user