summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libcpu/sh/sh7032/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2003-02-11 23:29:06 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2003-02-11 23:29:06 +0000
commit9518a5bc4d41403d2f4d635a6973f3b36b7b4f65 (patch)
treec764aa01d1532ad094f62cd58a87b3c5dee67838 /c/src/lib/libcpu/sh/sh7032/ChangeLog
parent2003-02-11 Jay Monkman <jtm@smoothsmoothie.com> (diff)
downloadrtems-9518a5bc4d41403d2f4d635a6973f3b36b7b4f65.tar.bz2
2003-02-11 Joel Sherrill <joel@OARcorp.com>
* score/cpu_asm.c: Rework logic that decides when to call _Thread_Dispatch. Analysis by Sergei Organov <osv@javad.ru> determined that _ISR_Signals_to_thread_executing was not being honored and/or cleared properly.
Diffstat (limited to 'c/src/lib/libcpu/sh/sh7032/ChangeLog')
-rw-r--r--c/src/lib/libcpu/sh/sh7032/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/c/src/lib/libcpu/sh/sh7032/ChangeLog b/c/src/lib/libcpu/sh/sh7032/ChangeLog
index ecd6f03fa9..4ea2c08765 100644
--- a/c/src/lib/libcpu/sh/sh7032/ChangeLog
+++ b/c/src/lib/libcpu/sh/sh7032/ChangeLog
@@ -1,3 +1,10 @@
+2003-02-11 Joel Sherrill <joel@OARcorp.com>
+
+ * score/cpu_asm.c: Rework logic that decides when to call
+ _Thread_Dispatch. Analysis by Sergei Organov <osv@javad.ru>
+ determined that _ISR_Signals_to_thread_executing was not being
+ honored and/or cleared properly.
+
2003-02-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: AM_INIT_AUTOMAKE([1.7.2]).