summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/avr/rtems/score/cpu.h
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2009-08-11 17:03:01 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2009-08-11 17:03:01 +0000
commitcdfe85a7f3c29489a8f7f8848e4d351eaf4d0b76 (patch)
tree1f2c6f757fb82a497c24349903015bc894f4117a /cpukit/score/cpu/avr/rtems/score/cpu.h
parent2009-08-10 Roxana Leontie <roxana.leontie@gmail.com> (diff)
downloadrtems-cdfe85a7f3c29489a8f7f8848e4d351eaf4d0b76.tar.bz2
2009-08-11 Josh Switnicki <josh.switnicki@utoronto.ca>
* cpu.c, cpu_asm.S, rtems/score/cpu.h: Fix bug in _CPU_Context_Initialize.
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 d23d3b3555..26b0f2795c 100644
--- a/cpukit/score/cpu/avr/rtems/score/cpu.h
+++ b/cpukit/score/cpu/avr/rtems/score/cpu.h
@@ -762,7 +762,7 @@ uint32_t _CPU_ISR_Get_level( void );
*/
#define _CPU_Context_Restart_self( _the_context ) \
- _CPU_Context_restore( (_the_context) );
+ _CPU_Context_restore( _the_context );
/*
* The purpose of this macro is to allow the initial pointer into