summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2009-11-09 14:52:28 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2009-11-09 14:52:28 +0000
commit86436f4427d74ae0704f6af146583ed9bdb8c2b7 (patch)
tree4645b2b869ea778cb8bca53d678793e763eb3066 /cpukit/ChangeLog
parent2009-11-09 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-86436f4427d74ae0704f6af146583ed9bdb8c2b7.tar.bz2
2009-11-09 Joel Sherrill <joel.sherrill@oarcorp.com>
* score/inline/rtems/score/coremutex.inl, score/inline/rtems/score/coresem.inl: Eliminate use of local variable. This local variable causes unused variable warnings on some ports.
Diffstat (limited to 'cpukit/ChangeLog')
-rw-r--r--cpukit/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index ee325739d9..593441d671 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,5 +1,12 @@
2009-11-09 Joel Sherrill <joel.sherrill@oarcorp.com>
+ * score/inline/rtems/score/coremutex.inl,
+ score/inline/rtems/score/coresem.inl: Eliminate use of local
+ variable. This local variable causes unused variable warnings
+ on some ports.
+
+2009-11-09 Joel Sherrill <joel.sherrill@oarcorp.com>
+
* score/include/rtems/score/thread.h: Revert accidentally committed
change. It is possible that _Thread_Dispatch_disable_level can be an
8-bit variable but this impacts assembly and must be carefully