summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2005-08-17 22:49:56 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2005-08-17 22:49:56 +0000
commit55e012993ca8e7ee9bf38d53158db7bc56b815b4 (patch)
tree99927b48729584a5dc14bbb9aa83c632f8ab7b72 /cpukit/ChangeLog
parentNew file. (diff)
downloadrtems-55e012993ca8e7ee9bf38d53158db7bc56b815b4.tar.bz2
2005-08-17 Andrew Sinclair <Andrew.Sinclair@elprotech.com>
PR 807/rtems * rtems/src/timerfireafter.c, rtems/src/timerserverfireafter.c, score/src/watchdoginsert.c: Tighten critical section checks on an ISR using the same timer being inserted by a lower priority ISR or interupt task.
Diffstat (limited to 'cpukit/ChangeLog')
-rw-r--r--cpukit/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index 0ea1381aa1..1ac63c0ac9 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,3 +1,11 @@
+2005-08-17 Andrew Sinclair <Andrew.Sinclair@elprotech.com>
+
+ PR 807/rtems
+ * rtems/src/timerfireafter.c, rtems/src/timerserverfireafter.c,
+ score/src/watchdoginsert.c: Tighten critical section checks on an ISR
+ using the same timer being inserted by a lower priority ISR or
+ interupt task.
+
2005-08-17 Nickolay Semyonov <snob@oktetlabs.ru>
PR 744/filesystem