summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2004-07-25 14:52:40 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2004-07-25 14:52:40 +0000
commitbdffb59ff7f258ef382932b9c0e893371b5cd155 (patch)
treed577f364fa08dfb2f0d4f68eee6eeef1b7e393ce /cpukit/ChangeLog
parent2004-07-25 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-bdffb59ff7f258ef382932b9c0e893371b5cd155.tar.bz2
2004-07-25 Victor Vengerov <Victor.Vengerov@oktetlabs.ru>
PR 654/rtems * score/src/threadinitialize.c: Initialize the per thread watchdog timer. When the thread control block is reused, we cannot depend on it being zeroed.
Diffstat (limited to 'cpukit/ChangeLog')
-rw-r--r--cpukit/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index ca76d3a7e3..65a4a431ae 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,3 +1,10 @@
+2004-07-25 Victor Vengerov <Victor.Vengerov@oktetlabs.ru>
+
+ PR 654/rtems
+ * score/src/threadinitialize.c: Initialize the per thread watchdog
+ timer. When the thread control block is reused, we cannot depend on
+ it being zeroed.
+
2004-07-24 Mick Davis <mickd@microsol.iinet.net.au>
PR 641/rtems