summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/avr/rtems/score/cpu.h
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2010-11-06 22:32:06 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2010-11-06 22:32:06 +0000
commit2e5a8933c15415a239927bb9543fcfc0471e720f (patch)
treeefca61438e6c22ea0acad8639579148293b70bb6 /cpukit/score/cpu/avr/rtems/score/cpu.h
parentHousekeeping. (diff)
downloadrtems-2e5a8933c15415a239927bb9543fcfc0471e720f.tar.bz2
2010-11-06 Joel Sherrill <joel.sherrilL@OARcorp.com>
PR 1715/cpukit * rtems/score/cpu.h: Fix typo on _CPU_Context_Restart_self.
Diffstat (limited to 'cpukit/score/cpu/avr/rtems/score/cpu.h')
-rw-r--r--cpukit/score/cpu/avr/rtems/score/cpu.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/score/cpu/avr/rtems/score/cpu.h b/cpukit/score/cpu/avr/rtems/score/cpu.h
index 688c407445..0a43da29bc 100644
--- a/cpukit/score/cpu/avr/rtems/score/cpu.h
+++ b/cpukit/score/cpu/avr/rtems/score/cpu.h
@@ -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 );
/*