summaryrefslogtreecommitdiffstats
path: root/cpukit/itron/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2001-08-09 20:48:58 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2001-08-09 20:48:58 +0000
commit02e4dcd3a2fceb9cfbf805b3b2396e188329e164 (patch)
tree1bf3086db1463c56f8a095887d5bc226d5e5145a /cpukit/itron/ChangeLog
parent2001-08-09 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-02e4dcd3a2fceb9cfbf805b3b2396e188329e164.tar.bz2
2001-08-09 Joel Sherrill <joel@OARcorp.com>
* src/snd_mbx.c, src/tsnd_mbf.c: Unblocking message queue operations should NOT use _Thread_Executing for return status since it is permissible to invoke message send operations from an ISR. This was reported by Suvrat Gupta <suvrat@utstar.com>.
Diffstat (limited to 'cpukit/itron/ChangeLog')
-rw-r--r--cpukit/itron/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/cpukit/itron/ChangeLog b/cpukit/itron/ChangeLog
index 2123afb8d4..4a2d095bd3 100644
--- a/cpukit/itron/ChangeLog
+++ b/cpukit/itron/ChangeLog
@@ -1,3 +1,10 @@
+2001-08-09 Joel Sherrill <joel@OARcorp.com>
+
+ * src/snd_mbx.c, src/tsnd_mbf.c: Unblocking message queue operations
+ should NOT use _Thread_Executing for return status since it is
+ permissible to invoke message send operations from an ISR. This was
+ reported by Suvrat Gupta <suvrat@utstar.com>.
+
2001-04-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.in: Add [-ansi -fasm] to RTEMS_PROG_CC_FOR_TARGET.