From 02e4dcd3a2fceb9cfbf805b3b2396e188329e164 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 9 Aug 2001 20:48:58 +0000 Subject: 2001-08-09 Joel Sherrill * 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 . --- cpukit/itron/ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'cpukit/itron/ChangeLog') 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 + + * 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 . + 2001-04-27 Ralf Corsepius * configure.in: Add [-ansi -fasm] to RTEMS_PROG_CC_FOR_TARGET. -- cgit v1.2.3