summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/avr/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2009-07-17 18:33:35 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2009-07-17 18:33:35 +0000
commitb4404843ec23902f3a26e86a643fb1e916e232a6 (patch)
treea63c8f4f626451cc2d3a9bd39f3f5ed2c3ac5b83 /cpukit/score/cpu/avr/ChangeLog
parentDummy entries for toolchain compatibility (diff)
downloadrtems-b4404843ec23902f3a26e86a643fb1e916e232a6.tar.bz2
2009-07-17 Josh Switnicki <josh.switnicki@utoronto.ca>
*cpu_asm.S: implemented _CPU_Context_Restore by adding tags to restore section of context switch. Fixed bug in _CPU_Context_Switch. The wrong registers were being used for pointer to running task Context_Control struct.
Diffstat (limited to 'cpukit/score/cpu/avr/ChangeLog')
-rw-r--r--cpukit/score/cpu/avr/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/cpukit/score/cpu/avr/ChangeLog b/cpukit/score/cpu/avr/ChangeLog
index 51ea845efc..1a767983e6 100644
--- a/cpukit/score/cpu/avr/ChangeLog
+++ b/cpukit/score/cpu/avr/ChangeLog
@@ -1,3 +1,10 @@
+2009-07-17 Josh Switnicki <josh.switnicki@utoronto.ca>
+
+ *cpu_asm.S: implemented _CPU_Context_Restore by adding tags to
+ restore section of context switch.
+ Fixed bug in _CPU_Context_Switch. The wrong registers were being
+ used for pointer to running task Context_Control struct.
+
2009-07-09 Josh Switnicki <josh.switnicki@utoronto.ca>
* cpu_asm.S: Fixed bug in _CPU_Context_Switch. The wrong registers