From b4404843ec23902f3a26e86a643fb1e916e232a6 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Fri, 17 Jul 2009 18:33:35 +0000 Subject: 2009-07-17 Josh Switnicki *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. --- cpukit/score/cpu/avr/ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'cpukit/score/cpu/avr/ChangeLog') 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 + + *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 * cpu_asm.S: Fixed bug in _CPU_Context_Switch. The wrong registers -- cgit v1.2.3