summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2001-08-30 17:14:57 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2001-08-30 17:14:57 +0000
commitdc6b5ed308d220b53dd4d73d1c9f631c717f61b9 (patch)
tree831f88d61e729bbf0f7b7dccaa471481372e7a7c
parent2001-08-30 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-dc6b5ed308d220b53dd4d73d1c9f631c717f61b9.tar.bz2
2001-08-30 Joel Sherrill <joel@OARcorp.com>
* src/coremutexseize.c: Add missing code for proper handling of nesting acquisitions. This only impacts building with inlines disabled on the source with the "fast mutex" optimizations. This was post the 4.5 branch and did not impact released versions.
Diffstat (limited to '')
-rw-r--r--c/src/exec/score/ChangeLog7
-rw-r--r--cpukit/score/ChangeLog7
2 files changed, 14 insertions, 0 deletions
diff --git a/c/src/exec/score/ChangeLog b/c/src/exec/score/ChangeLog
index c4c1661775..08d486a6d6 100644
--- a/c/src/exec/score/ChangeLog
+++ b/c/src/exec/score/ChangeLog
@@ -1,4 +1,11 @@
+2001-08-30 Joel Sherrill <joel@OARcorp.com>
+
+ * src/coremutexseize.c: Add missing code for proper handling
+ of nesting acquisitions. This only impacts building with
+ inlines disabled on the source with the "fast mutex" optimizations.
+ This was post the 4.5 branch and did not impact released versions.
+
2001-08-16 Joel Sherrill <joel@OARcorp.com>
* src/coremutexsurrender.c: Use holder thread not executing
diff --git a/cpukit/score/ChangeLog b/cpukit/score/ChangeLog
index c4c1661775..08d486a6d6 100644
--- a/cpukit/score/ChangeLog
+++ b/cpukit/score/ChangeLog
@@ -1,4 +1,11 @@
+2001-08-30 Joel Sherrill <joel@OARcorp.com>
+
+ * src/coremutexseize.c: Add missing code for proper handling
+ of nesting acquisitions. This only impacts building with
+ inlines disabled on the source with the "fast mutex" optimizations.
+ This was post the 4.5 branch and did not impact released versions.
+
2001-08-16 Joel Sherrill <joel@OARcorp.com>
* src/coremutexsurrender.c: Use holder thread not executing