From 2e5a8933c15415a239927bb9543fcfc0471e720f Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Sat, 6 Nov 2010 22:32:06 +0000 Subject: [PATCH] 2010-11-06 Joel Sherrill PR 1715/cpukit * rtems/score/cpu.h: Fix typo on _CPU_Context_Restart_self. --- cpukit/score/cpu/avr/ChangeLog | 5 +++++ cpukit/score/cpu/avr/rtems/score/cpu.h | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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 + + PR 1715/cpukit + * rtems/score/cpu.h: Fix typo on _CPU_Context_Restart_self. + 2010-10-21 Joel Sherrill * 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 ); /*