2005-09-01 Joel Sherrill <joel@OARcorp.com>

PR 820/rtems
	* score/inline/rtems/score/coremsg.inl,
	score/macros/rtems/score/coremsg.inl, score/src/coremsginsert.c:
	Increment of pending message count should be atomic with insertion on
	the pending message chain. Determination of the need to call the
	notification handler should also be in this atomic section of code.
This commit is contained in:
Joel Sherrill
2005-09-01 16:32:06 +00:00
parent a98ea87143
commit 2bbe78a249
4 changed files with 41 additions and 16 deletions
+9
View File
@@ -1,3 +1,12 @@
2005-09-01 Joel Sherrill <joel@OARcorp.com>
PR 820/rtems
* score/inline/rtems/score/coremsg.inl,
score/macros/rtems/score/coremsg.inl, score/src/coremsginsert.c:
Increment of pending message count should be atomic with insertion on
the pending message chain. Determination of the need to call the
notification handler should also be in this atomic section of code.
2005-09-01 Joel Sherrill <joel@OARcorp.com>
PR 796/rtems