summaryrefslogtreecommitdiffstats
path: root/cpukit
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
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')
-rw-r--r--cpukit/score/cpu/avr/ChangeLog5
-rw-r--r--cpukit/score/cpu/avr/rtems/score/cpu.h2
2 files changed, 6 insertions, 1 deletions
diff --git a/cpukit/score/cpu/avr/ChangeLog b/cpukit/score/cpu/avr/ChangeLog
index 54414b4b7d..b5a90610c8 100644
--- a/cpukit/score/cpu/avr/ChangeLog
+++ b/cpukit/score/cpu/avr/ChangeLog
@@ -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
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 );
/*